RaTweening 1.0.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
RaTweening.RaTweenerElementAttribute Class Reference

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...

Inheritance diagram for RaTweening.RaTweenerElementAttribute:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ RaTweenerElementAttribute()

RaTweening.RaTweenerElementAttribute.RaTweenerElementAttribute ( Type  type)

The type of the element desired to represent this tween should be specified here

Parameters
typeThe type of a RaTweening.Core.Elements.RaTweenerElementBase. Can be filled in as typeof(RaTweenerSerializableElement) for example

Member Data Documentation

◆ ElementType

readonly Type RaTweening.RaTweenerElementAttribute.ElementType

The Element Type which should represent the tagged tween