Click or drag to resize

SnappedColliderCombiner Methods

The SnappedColliderCombiner type exposes the following members.

Methods
  NameDescription
Public methodCalculateCombinedWorldBounds
Calculate the world bounds of all the objects that are snapped together
Public methodCollectAndDisableColliders
Collect a new list of tracked colliders, and disable them. This does not yet generate the copies since we expect them to move and will generate the copies later
Public methodCombineColliders
Generate copies of all the colliders we are tracking
Public methodEnableColliders
Show/Hide the copied colliders
Public methodReleaseColliders
Clear and deactivate list of copied collders and re-enable original colliders we were tracking
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also