C# Class TiaraFramework.Component.LoopMode

Exibir arquivo Open project: TiaraGames/TiaraFramework Class Usage Examples

Public Properties

Property Type Description
LoopTime int
Style LoopStyle
isLoopFinished bool

Public Methods

Method Description
LoopMode ( LoopStyle loopStyle, int time ) : System

Method Details

LoopMode() public method

public LoopMode ( LoopStyle loopStyle, int time ) : System
loopStyle LoopStyle
time int
return System

Property Details

LoopTime public_oe property

public int LoopTime
return int

Style public_oe property

public LoopStyle Style
return LoopStyle

isLoopFinished public_oe property

public bool isLoopFinished
return bool