Class UnsupportedColliderDetails
BoxColliderDetails is used to keep track of information about a single Collider that does not have a simple way to slice normally.
Inherited Members
Namespace: Slicer
Assembly: 27Slicer.dll
Syntax
[Serializable]
public class UnsupportedColliderDetails : ColliderDetails
Fields
Name | Description |
---|---|
Collider | The Collider on the GameObject being tracked by this details object. |
Methods
Name | Description |
---|---|
Destroy() | Used to destroy any components that is being managing. |
DisableSlicing() | Resets any component to its original state. |
EnableSlicing() | Sets any component to its sliced state. |
FinalizeSlicing() | Readies this component up to finalize slicing |