Click or drag to resize
SymmetricalTransformCorrespondingTransform Property
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.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public SymmetricalTransform CorrespondingTransform { get; set; }

Property Value

Type: SymmetricalTransform
The corresponding SymmetricalTransform on the opposite side of the plane of symmetry.
See Also