C# Class GLSharp.Universe.NodeAnimationGroup

显示文件 Open project: colin-dumitru/GLSharp

Public Properties

Property Type Description
Animations List

Public Methods

Method Description
ResetAnimation ( ) : void
SetEndFrame ( int frame ) : void
SetLoop ( System.Boolean loop ) : void
SetRange ( int start, int end, System.Boolean resetCurrent ) : void
SetStartFrame ( int frame, System.Boolean resetCurrent ) : void

Method Details

ResetAnimation() public method

public ResetAnimation ( ) : void
return void

SetEndFrame() public method

public SetEndFrame ( int frame ) : void
frame int
return void

SetLoop() public method

public SetLoop ( System.Boolean loop ) : void
loop System.Boolean
return void

SetRange() public method

public SetRange ( int start, int end, System.Boolean resetCurrent ) : void
start int
end int
resetCurrent System.Boolean
return void

SetStartFrame() public method

public SetStartFrame ( int frame, System.Boolean resetCurrent ) : void
frame int
resetCurrent System.Boolean
return void

Property Details

Animations public_oe property

public List Animations
return List