mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 17:54:52 +08:00
Some documentation comments
This commit is contained in:
@@ -25,8 +25,21 @@ export default class ObjectEntity extends IEntity {
|
||||
CustomProperties: [PinEntity]
|
||||
}
|
||||
|
||||
/** @type {ObjectReferenceEntity} */ Class
|
||||
/** @type {String} */ Name
|
||||
/** @type {Boolean} */ bIsPureFunc
|
||||
/** @type {VariableReferenceEntity} */ VariableReference
|
||||
/** @type {FunctionReferenceEntity} */ FunctionReference
|
||||
/** @type {FunctionReferenceEntity} */ EventReference
|
||||
/** @type {ObjectReferenceEntity} */ TargetType
|
||||
/** @type {IntegerEntity} */ NodePosX
|
||||
/** @type {IntegerEntity} */ NodePosY
|
||||
/** @type {GuidEntity} */ NodeGuid
|
||||
/** @type {IntegerEntity} */ ErrorType
|
||||
/** @type {String} */ ErrorMsg
|
||||
/** @type {PinEntity[]} */ CustomProperties
|
||||
|
||||
/**
|
||||
*
|
||||
* @returns {String} The name of the node
|
||||
*/
|
||||
getNodeDisplayName() {
|
||||
|
||||
Reference in New Issue
Block a user