Component constructor
Type-name of the component, e.g. name of sub-class implementing the component. "MyComponent", etc.
Dimensions of the case I,J,K. Empty before case is initialized and rendered.
List of dynamic 3D property names.
Internal flag set if component is a Cogs Core component.
List of static 3D property names.
List of timestamps in format YYYYMMDDHHMMSS.
Gets the optional owning entity
Component name == type. For compatibility
Gets the type of the component. Ex. "TransformComponent", "SceneComponent" etc.
Static
createInternal: Creates a new component of the given type (name). Component is wrapped when adding to an entity.
Type of the component. Ex. "TransformComponent"
Created Cogs.js component.
Static
wrap
Component returning information of the Reservoir case opened in the Entity. Note that a rendering is required to fill in the information. Check if dimension field is non zero.