Impact CFX API 1.5.0
Comprehensive API documentation for Impact CFX - Collision Effects System
Loading...
Searching...
No Matches
ImpactCFX.ImpactObjectChild Class Reference

Implementation of an Impact Object for objects that are children of a parent object. More...

Inheritance diagram for ImpactCFX.ImpactObjectChild:
ImpactCFX.ImpactObjectSingleMaterial ImpactCFX.ImpactObjectBase ImpactCFX.IImpactObject

Public Member Functions

override RigidbodyData GetRigidbodyData ()
 Gets the rigidbody velocity data for this object.
 
override Vector3 GetContactPointRelativePosition (Vector3 point)
 Gets the local position of the contact point relative to this object's transform.
 
- Public Member Functions inherited from ImpactCFX.ImpactObjectSingleMaterial
override void RegisterMaterials ()
 Tells this object to register its material(s) with the Impact CFX Manager.
 
override RigidbodyData GetRigidbodyData ()
 Gets the rigidbody velocity data for this object.
 
- Public Member Functions inherited from ImpactCFX.ImpactObjectBase
virtual int GetID ()
 Gets a unique identifier for this object.
 
abstract RigidbodyData GetRigidbodyData ()
 Gets the rigidbody velocity data for this object.
 
abstract 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 assoicated with this object.
 
override string ToString ()
 
int GetID ()
 Gets a unique identifier for this object.
 
int GetPriority ()
 Gets the priority for this object.
 
RigidbodyData GetRigidbodyData ()
 Gets the rigidbody data for this object.
 
GameObject GetGameObject ()
 Gets the game object assoicated with this object.
 
Vector3 GetContactPointRelativePosition (Vector3 point)
 Gets the local position of a contact point relative to the object's transform.
 

Additional Inherited Members

- Properties inherited from ImpactCFX.ImpactObjectSingleMaterial
ImpactMaterialAuthoring Material [get, set]
 The Impact Material associated with this object.
 

Detailed Description

Implementation of an Impact Object for objects that are children of a parent object.

Member Function Documentation

◆ GetContactPointRelativePosition()

override Vector3 ImpactCFX.ImpactObjectChild.GetContactPointRelativePosition ( Vector3  point)
virtual

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

Reimplemented from ImpactCFX.ImpactObjectBase.

◆ GetRigidbodyData()

override RigidbodyData ImpactCFX.ImpactObjectChild.GetRigidbodyData ( )
virtual

Gets the rigidbody velocity data for this object.

Implements ImpactCFX.ImpactObjectBase.