![]() | FlexibleCollider Methods |
The FlexibleCollider type exposes the following members.
Name | Description | |
---|---|---|
![]() | OnCollisionEnter |
Raises the collision enter event.
|
![]() | OnCollisionExit |
Raises the collision exit event.
|
![]() | OnCollisionStay |
Raises the collision stay event.
|
![]() | OnDisable |
Raises the disable event.
|
![]() | OnEnable |
Raises the enable event.
|
![]() | OnModifySymmetricalProperty |
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.
|
![]() | OnSynchronizeSymmetricalProperties |
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.
|
![]() | Start |
Ensure the collider is on the correct layer if it was already rotated before this instance loaded.
|
Name | Description | |
---|---|---|
![]() | GetPrefabName |
Gets the name of the prefab associated with the supplied instance.
(Defined by ObjectX.) |
![]() | OpenReferencePage |
Opens a reference web page generated for the specified object.
(Defined by ObjectX.) |