Click or drag to resize
SymmetricalTransformOnModify Property
Gets a callback for whenever something on this instance was modified.

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

Property Value

Type: Events.UnityEvent
A callback for whenever something on this instance was modified.
See Also