Impact CFX API 1.5.4
Comprehensive API documentation for Impact CFX - Collision Effects System
Loading...
Searching...
No Matches
ImpactCFX.ImpactObjectBase Class Referenceabstract

Base class for impact objects. More...

Inheritance diagram for ImpactCFX.ImpactObjectBase:
ImpactCFX.IImpactObject ImpactCFX.ImpactObjectSingleMaterial ImpactCFX.ImpactObjectTerrain ImpactCFX.ImpactObjectChild ImpactCFX.ImpactObjectCustomVelocity ImpactCFX.ImpactObjectRigidbodyCheap ImpactCFX.ImpactObjectRigidbody

Public Member Functions

virtual int GetID ()
 Gets a unique identifier for this object.
 
RigidbodyData GetRigidbodyData ()
 Gets the rigidbody velocity data for this object.
 
void RegisterMaterials ()
 Tells this object to register its material(s) with the Impact CFX Manager.
 
virtual int GetPriority ()
 Gets the priority for this object.
 
virtual Vector3 GetContactPointRelativePosition (Vector3 point)
 Gets the local position of the contact point relative to this object's transform.
 
GameObject GetGameObject ()
 Gets the game object associated with this object.
 
override string ToString ()
 

Detailed Description

Base class for impact objects.

Member Function Documentation

◆ GetContactPointRelativePosition()

virtual Vector3 ImpactCFX.ImpactObjectBase.GetContactPointRelativePosition ( Vector3 point)
virtual

Gets the local position of the contact point relative to this object's transform.

Implements ImpactCFX.IImpactObject.

Reimplemented in ImpactCFX.ImpactObjectChild.

◆ GetGameObject()

GameObject ImpactCFX.ImpactObjectBase.GetGameObject ( )

Gets the game object associated with this object.

Implements ImpactCFX.IImpactObject.

◆ GetID()

virtual int ImpactCFX.ImpactObjectBase.GetID ( )
virtual

Gets a unique identifier for this object.

Implements ImpactCFX.IImpactObject.

◆ GetPriority()

virtual int ImpactCFX.ImpactObjectBase.GetPriority ( )
virtual

Gets the priority for this object.

Implements ImpactCFX.IImpactObject.

◆ GetRigidbodyData()

RigidbodyData ImpactCFX.ImpactObjectBase.GetRigidbodyData ( )
abstract

Gets the rigidbody velocity data for this object.

Implements ImpactCFX.IImpactObject.