Class DeepScaleBinding
- Namespace
- Coherence.Toolkit.Bindings.TransformBindings
- Assembly
- Coherence.Toolkit.dll
public class DeepScaleBinding : Vector3Binding
- Inheritance
-
DeepScaleBinding
- Inherited Members
Constructors
DeepScaleBinding()
protected DeepScaleBinding()
DeepScaleBinding(Descriptor, Component)
public DeepScaleBinding(Descriptor descriptor, Component unityComponent)
Parameters
descriptor
DescriptorunityComponent
Component
Properties
BakedSyncScriptGetter
public override string BakedSyncScriptGetter { get; }
Property Value
BakedSyncScriptSetter
public override string BakedSyncScriptSetter { get; }
Property Value
Value
The current value of the target field/property on the binding's Unity component. This is generally the value you'll see in the inspector.
public override Vector3 Value { get; set; }