This is the base class for Elements. Elements are used to represent serialized tween data for the RaTweenerComponent
More...
|
abstract void | Init (Type tweenType) |
|
abstract string | GetElementName () |
|
abstract RaTweenBase | CreateTweenCore () |
|
abstract void | CalculateDefaultValues () |
|
This is the base class for Elements. Elements are used to represent serialized tween data for the RaTweenerComponent
◆ CreateTween()
RaTweenBase RaTweening.Core.Elements.RaTweenerElementBase.CreateTween |
( |
| ) |
|
Creates a tween with all the tween settings attached set within the element
- Returns