Component constructor
Type-name of the component, e.g. name of sub-class implementing the component. "MyComponent", etc.
Values of the dataset, should be of size layout.x*layout.y.
Internal flag set if component is a Cogs Core component.
2D layout of dataset.
2D layout of dataset.
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
Holds a regular 2D grid of sampled scalar values.