Static Member Summary
Static Public Members | ||
public static get |
propsTypes: {"connections": string, "targets": string, "sourceFloatPointData": string, "effects": string, "composites": string} |
Static Method Summary
Static Public Methods | ||
public static |
Component factory. |
Constructor Summary
Public Constructor | ||
public |
Constructor. |
Member Summary
Public Members | ||
public get |
composites: * |
|
public set |
|
|
public get |
connections: * |
|
public set |
|
|
public get |
effects: * |
|
public set |
|
|
public get |
|
|
public set |
|
|
public get |
targets: * |
|
public set |
|
Method Summary
Public Methods | ||
public |
dispose() Destructor (disposes internal resources). |
|
public |
getPass(id: *): * |
|
public |
getTargetId(id: *): * |
|
public |
onAttach() |
|
public |
onDetach() |
|
public |
registerPass(id: *, pass: *) |
|
public |
|
|
public |
unregisterPass(id: *) |
Inherited Summary
From class Component | ||
public static get |
propsTypes: * |
|
public static |
Component factory. |
|
public get |
|
|
public |
[name]: * |
|
public |
deserialize(json: *) Deserialize JSON properties into this component. |
|
public |
dispose() Destructor (dispose internal resources and detach from entity). |
|
public |
Called when action arrived. |
|
public |
onAlterActionArguments(name: string, args: *): array | undefined Called when asked to alter arrived action parameters. |
|
public |
onAttach() Called after attached to entity. |
|
public |
onDetach() Called before detached from entity. |
|
public |
onPropertySerialize(name: string, value: *): * Called when property is serialized. |
|
public |
onPropertySetup(name: string, value: *) Called when given property is deserialized. |
|
public |
serialize(): * Serialize component into JSON data. |
Static Public Members
Static Public Methods
Public Constructors
Public Members
public get composites: * source
public set composites source
public get connections: * source
public set connections source
public get effects: * source
public set effects source
public get sourceFloatPointData: * source
public set sourceFloatPointData source
public get targets: * source
public set targets source
Public Methods
public dispose() source
Destructor (disposes internal resources).
Override:
Component#disposeExample:
rack.dispose();
rack = null;
public registerPass(id: *, pass: *) source
Params:
Name | Type | Attribute | Description |
id | * | ||
pass | * |
public unregisterAllPasses() source
public unregisterPass(id: *) source
Params:
Name | Type | Attribute | Description |
id | * |