Class Property

Property class

Class to hold user-defined properties.

public abstract class Property

Properties

NameDescription
Name { get; }Gets the name of the property
abstract Value { get; set; }Gets or sets the value.
abstract ValueType { get; }Gets the type of the property value.

Methods

NameDescription
GetBindPoint(AnimationNode, bool)Gets the property bind point on specified animation instance.
GetExtra(string)Gets extra data of the property associated by name.
GetKeyframeSequence(AnimationNode, bool)Gets the keyframe sequence on specified animation instance.
SetExtra(string, object)Sets extra data of the property associated by name.
override ToString()Returns a string that represents the current Property.

See Also