RaTweening 1.0.0
|
This attribute is used to bind a tween to a RaTweening.Core.Elements.RaTweenerElementBase which will represent their serialization. This should be placed above the class of a RaTweenBase inheritor. More...
Public Member Functions | |
RaTweenerElementAttribute (Type type) | |
The type of the element desired to represent this tween should be specified here More... | |
Public Attributes | |
readonly Type | ElementType |
The Element Type which should represent the tagged tween More... | |
This attribute is used to bind a tween to a RaTweening.Core.Elements.RaTweenerElementBase which will represent their serialization. This should be placed above the class of a RaTweenBase inheritor.
RaTweening.RaTweenerElementAttribute.RaTweenerElementAttribute | ( | Type | type | ) |
The type of the element desired to represent this tween should be specified here
type | The type of a RaTweening.Core.Elements.RaTweenerElementBase. Can be filled in as typeof(RaTweenerSerializableElement) for example |
readonly Type RaTweening.RaTweenerElementAttribute.ElementType |
The Element Type which should represent the tagged tween