mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-17 03:14:41 +08:00
Some documentation comments
This commit is contained in:
@@ -9,4 +9,10 @@ export default class KeyBindingEntity extends IEntity {
|
||||
Key: String,
|
||||
CommandName: String,
|
||||
}
|
||||
|
||||
/** @type {Boolean} */ bCtrlDown
|
||||
/** @type {Boolean} */ bAltDown
|
||||
/** @type {Boolean} */ bShiftDown
|
||||
/** @type {String} */ Key
|
||||
/** @type {String} */ CommandName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user