RaTweening 1.0.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Member Functions | List of all members
RaTweening.Core.Elements.RaTweenerElementBase Class Referenceabstract

This is the base class for Elements. Elements are used to represent serialized tween data for the RaTweenerComponent More...

Inheritance diagram for RaTweening.Core.Elements.RaTweenerElementBase:
RaTweening.Core.Elements.RaTweenerSequenceElement RaTweening.Core.Elements.RaTweenerSerializableElement

Public Types

enum  LoopAllowStage
 The loop types to allow within the element
 

Public Member Functions

RaTweenBase CreateTween ()
 Creates a tween with all the tween settings attached set within the element More...
 

Protected Member Functions

abstract void Init (Type tweenType)
 
abstract string GetElementName ()
 
abstract RaTweenBase CreateTweenCore ()
 
abstract void CalculateDefaultValues ()
 

Detailed Description

This is the base class for Elements. Elements are used to represent serialized tween data for the RaTweenerComponent

Member Function Documentation

◆ CreateTween()

RaTweenBase RaTweening.Core.Elements.RaTweenerElementBase.CreateTween ( )

Creates a tween with all the tween settings attached set within the element

Returns