Table of Contents

Class PropertyOverride

Namespace
Pinwheel.Vista.ExposeProperty
Assembly
Pinwheel.Vista.Runtime.dll
[Serializable]
public class PropertyOverride
Inheritance
PropertyOverride
Inherited Members

Constructors

PropertyOverride(string, string)

Creates a new override entry targeting a specific node property.

Properties

boolValue

Gets or sets the stored boolean payload.

colorValue

Gets or sets the stored color payload.

curveValue

Gets or sets the stored animation-curve payload.

enumValue

Gets or sets the stored enum payload as the underlying integer value.

floatValue

Gets or sets the stored floating-point payload.

gradientValue

Gets or sets the stored gradient payload.

id

Gets the identifier of the exposed property this override targets.

intValue

Gets or sets the stored integer payload.

objectValue

Gets or sets the stored Unity object reference payload.

stringValue

Gets or sets the stored string payload.

vectorValue

Gets or sets the stored vector payload.