Component constructor
Type-name of the component, e.g. name of sub-class implementing the component. "MyComponent", etc.
End depth along trajectory. See TrajectoryComponent Field indexes, Measured Depth (MD)
Outermost extended radius of the ring.
Inner radius of the tension ring.
Internal flag set if component is a Cogs Core component.
Outer radius of the tension ring.
Specify at which angle in radians the ring should be split in two.
The distance between the two halves of the ring if it is split in two.
Start depth along trajectory. See TrajectoryComponent Field indexes, Measured Depth (MD)
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 in Extension Drilling