Difference between revisions of "AnimState"

From OrbiterWiki
Jump to navigation Jump to search
m (New page: The class '''AnimState''' is an auxiliary class in the OrbiterSDK for implementing animations. It is a simple state machine allowing typical open/close animations with five states. ==Pub...)
 
(Added category.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The class '''AnimState''' is an auxiliary class in the OrbiterSDK for implementing animations. It is a simple state machine allowing typical open/close animations with five states.  
+
The class '''AnimState''' is an auxiliary class in the [[SDK documentation|OrbiterSDK]] for implementing animations. It is a simple state machine allowing typical open/close animations with five states.  
  
 
==Public member variables==
 
==Public member variables==
Line 5: Line 5:
 
;state: current state of the animation
 
;state: current state of the animation
  
 +
[[Category: Articles]]
 
[[Category:Orbiter SDK]]
 
[[Category:Orbiter SDK]]

Latest revision as of 03:42, 13 October 2022

The class AnimState is an auxiliary class in the OrbiterSDK for implementing animations. It is a simple state machine allowing typical open/close animations with five states.

Public member variables[edit]

pos
current position of the animation
state
current state of the animation