Table of Contents

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 Descriptor
unityComponent Component

Properties

BakedSyncScriptGetter

public override string BakedSyncScriptGetter { get; }

Property Value

string

BakedSyncScriptSetter

public override string BakedSyncScriptSetter { get; }

Property Value

string

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; }

Property Value

Vector3