| SymmetricalTransform Class |
Namespace: Candlelight
public class SymmetricalTransform : MonoBehaviour
The SymmetricalTransform type exposes the following members.
| Name | Description | |
|---|---|---|
| GetReflectedPointInCorrespondingTransformSpace |
Transform supplied point in this instance's space into the space of the
CorrespondingTransform based on this instance's current
LinearSymmetryMode.
| |
| GetReflectedRotationInCorrespondingTransformSpace |
Transform specified local rotation in this instance's space into the space of its
CorrespondingTransform.
| |
| ResetBindpose |
Resets the bindpose of this instance and its CorrespondingTransform using
their current locations.
|
| 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.) |
| Name | Description | |
|---|---|---|
| CorrespondingTransform |
Gets or sets the corresponding SymmetricalTransform on the opposite side of the plane of
symmetry. This instance and the specified SymmetricalTransform should be in their bindposes
(i.e. reflected across a plane of symmetry) when you set this property.
| |
| CorrespondingTransformBindpose |
Gets the CorrespondingTransform's bindpose, which is its matrix in the
space of this object's Transform at bind time.
| |
| IsBindposeAligned |
Gets a value indicating whether this instance and its
CorrespondingTransform are orthogonally aligned in their
bindpose.
| |
| IsInBindpose |
Gets a value indicating whether this instance is in its bindpose.
| |
| IsSilent |
Gets or sets a value indicating whether instances of this class should emit debug messages.
| |
| LinearSymmetryMode |
Gets or sets the linear symmetry mode.
| |
| OnModify |
Gets a callback for whenever something on this instance was modified.
| |
| Transform |
Gets the Transform component on this object.
|