API reference
API reference
Select your platform
No SDKs available
No versions available

LocomotionTutorialProgressTracker Class

Extends MonoBehaviour

Fields

UnityEvent WhenCompleted[Get]

Protected Fields

bool _started[Get]

Protected Functions

virtual void Awake ( )
virtual void Start ( )
virtual void OnEnable ( )
virtual void OnDisable ( )

Member Functions

void InjectAllLocomotionTutorialProgressTracker
( Image [] dots,
Sprite pendingSprite,
Sprite currentSprite,
Sprite completedSprite,
List< LocomotionEvent.TranslationType > consumeTranslationEvents,
List< LocomotionEvent.RotationType > consumeRotationEvents,
ILocomotionEventHandler locomotionHandler )
void InjectDots
( Image [] dots )
void InjectPendingSprite
( Sprite pendingSprite )
void InjectCurrentSprite
( Sprite currentSprite )
void InjectCompletedSprite
( Sprite completedSprite )
void InjectConsumeTranslationEvents
( List< LocomotionEvent.TranslationType > consumeTranslationEvents )
void InjectConsumeRotationEvents
( List< LocomotionEvent.RotationType > consumeRotationEvents )
void InjectLocomotionHandler
( ILocomotionEventHandler locomotionHandler )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon