EventBlueprint source
Properties
-
detailKeys :Array.<string> source
-
List of key for the details dictionary
Default Value: - []
-
identifier :string source
-
The identifier is the name of the blueprint, dot, the name of the event blueprint, and is used to make the serialization of property blueprints more readable.
Default Value: - `this.name`
-
name :string <readonly> source
-
Name of the object. The name is used to define the property on the object.
-
owner :Component source
-
Component description attached to this property blueprint.
Methods
-
initWithNameAndBlueprint(name, blueprint) source
-
Initialize a newly allocated property blueprint.
Parameters:
Name Type Description name
string name of the property blueprint to create
blueprint
Blueprint Returns:
itself
Generated from v0.14.14