AnimationGui

Description

sealed class Tinman.AddOns.Components.AnimationGui

Full source code is included in the Tinman 3D SDK download.

A GUI component that allows the user to control the timestamp of an Animation scene object.

The following default Layout settings are defined for AnimationGui objects:

Public / Constants

Label­Duration


[Localized]
public constant LabelDuration → ("Duration":string)

The label for the animation duration.

Label­Pause


[Localized]
public constant LabelPause → ("Pause":string)

The label of the button to pause the animation.

Label­Play


[Localized]
public constant LabelPlay → ("Play":string)

The label of the button to play/resume the animation.

Label­Reset


[Localized]
public constant LabelReset → ("Reset":string)

The label of the button to reset the animation.

Label­Time


[Localized]
public constant LabelTime → ("Time":string)

The label of the current animation time index.

Public / Constructors

Animation­Gui


public constructor AnimationGui → ()

Creates a new instance of AnimationGui.

Public / Attributes

Animation


public attribute Animation → (get,set)

value : Animation

The Animation to control.

The animation scene entity to control.