Click or drag to resize

ASL_ObjectCollider Methods

The ASL_ObjectCollider type exposes the following members.

Methods
  NameDescription
Public methodASL_OnCollisionEnter
Sets the callback function for the ASL_ObjectCollider OnCollisionEnter. This does NOT claim the object. Only a single callback function is stored at a time.
Public methodASL_OnCollisionExit
Sets the callback function for the ASL_ObjectCollider OnCollisionExit. This does NOT claim the object. Only a single callback function is stored at a time.
Public methodASL_OnTriggerEnter
Sets the callback function for the ASL_ObjectCollider OnTriggerEnter. This does NOT claim the object. Only a single callback function is stored at a time.
Public methodASL_OnTriggerExit
Sets the callback function for the ASL_ObjectCollider OnTriggerExit. This does NOT claim the object. Only a single callback function is stored at a time.
Public methodASL_OnTriggerStay
Sets the callback function for the ASL_ObjectCollider OnTriggerStay. This does NOT claim the object. Only a single callback function is stored at a time.
Private methodOnCollisionEnter
Called when object enters the collision of another object. Only exicutes the callback function if this client is the PhysicsMaster.
Private methodOnCollisionExit
Called when object exits the collision of another object. Only exicutes the callback function if this client is the PhysicsMaster.
Private methodOnTriggerEnter
Called when object enters a trigger. Only exicutes the callback function if this client is the PhysicsMaster.
Private methodOnTriggerExit
Called when object exits a trigger. Only exicutes the callback function if this client is the PhysicsMaster.
Private methodOnTriggerStay
Called when object stays in a trigger. Only exicutes the callback function if this client is the PhysicsMaster.
Private methodStart
Top
See Also