Collider

a data class that represents a collider

Constructors

this
this(Vector3 offset)
Undocumented in source.

Members

Variables

offset
const(Vector3) offset;
Undocumented in source.

Inherited Members

From Component

__anonymous
mixin Reflect
Undocumented in source.
entity
Entity entity;

owner entity

setup
void setup()

initialize the component. entity is already set.

destroy
void destroy()

release resources and clean up

transform
Transform transform [@property getter]

forward to entity.transform

Meta