Click or drag to resize
FlexibleCollider Methods

The FlexibleCollider type exposes the following members.

Methods
  NameDescription
Protected methodOnCollisionEnter
Raises the collision enter event.
Protected methodOnCollisionExit
Raises the collision exit event.
Protected methodOnCollisionStay
Raises the collision stay event.
Protected methodOnDisable
Raises the disable event.
Protected methodOnEnable
Raises the enable event.
Public methodOnModifySymmetricalProperty
Raises the modify symmetrical property event. This method is called when a property is set that needs to be pushed to the corresponding FlexibleCollider. You can invoke it manually if you need to push settings that are not managed on this object directly, such as Joint limits.
Protected methodOnSynchronizeSymmetricalProperties
Raises the synchronize symmetrical properties event. Override this method if the child class defines other properties that need to be reflected to the corresponding part. This method will only be called if this FlexibleCollider is not currently applying symmetry and CorrespondingObject is not null.
Protected methodStart
Ensure the collider is on the correct layer if it was already rotated before this instance loaded.
Top
Extension Methods
  NameDescription
Public Extension MethodGetPrefabName
Gets the name of the prefab associated with the supplied instance.
(Defined by ObjectX.)
Public Extension MethodOpenReferencePage
Opens a reference web page generated for the specified object.
(Defined by ObjectX.)
Top
See Also