Impact Interaction System API
|
Classes | |
interface | IImpactObject |
Interface for implementing Impact Objects. More... | |
class | ImpactObjectBase |
Base component for implementing Impact Objects. More... | |
class | ImpactObjectRigidbody |
Component for Impact Objects that have a rigidbody attached. More... | |
class | ImpactObjectRigidbodyCheap |
Component for Impact Objects that have a rigidbody attached. This is the "cheap" version which does not use a FixedUpdate call. There may be slight inaccuracies on some objects, particularly regarding rolling. Best used for objects where precision isn't needed. More... | |
class | ImpactObjectRigidbodyChild |
Special Component for Impact Objects that are a child of a rigidbody. This component has somewhat lesser overhead than ImpactObjectRigidbody because it does not use FixedUpdate. More... | |
class | ImpactObjectSingleMaterial |
Component for Impact Objects that have only a single material. More... | |
class | ImpactTerrain |
Component for Impact Objects attached to a terrain. More... | |