TilePlus Version 5
Unity3D Tilemap Extension
Loading...
Searching...
No Matches
TilePlus.TpGoTween Class Reference

Simple tweener to attach to a GameObject Other examples in demo folder. More...

Inheritance diagram for TilePlus.TpGoTween:
Collaboration diagram for TilePlus.TpGoTween:

Public Member Functions

long PlayTween ()
 Play the tween from the spec.

Public Attributes

bool m_PlayOnStart = true
 Play on startup if true.
float m_TimeScale = 1.0f
 Time scale: bigger # = slower.
TpGoTweenSpec.GoTween m_GoTween = new()
 Tween spec. Uses property drawer in inspector.

Detailed Description

Simple tweener to attach to a GameObject Other examples in demo folder.

Member Function Documentation

◆ PlayTween()

long TilePlus.TpGoTween.PlayTween ( )

Play the tween from the spec.

Returns
ID of tween

Member Data Documentation

◆ m_GoTween

TpGoTweenSpec.GoTween TilePlus.TpGoTween.m_GoTween = new()

Tween spec. Uses property drawer in inspector.

◆ m_PlayOnStart

bool TilePlus.TpGoTween.m_PlayOnStart = true

Play on startup if true.

◆ m_TimeScale

float TilePlus.TpGoTween.m_TimeScale = 1.0f

Time scale: bigger # = slower.


The documentation for this class was generated from the following file:
  • /Users/jms/Documents/Tpt_55/TPT55/Assets/Plugins/TilePlus/Runtime/MonoComponents/TpGoTween.cs