C# Class tk2dSpriteAnimationClip, Malisse

Show file Open project: Collegiennes/Malisse Class Usage Examples

Public Properties

Property Type Description
fps float
frames tk2dSpriteAnimationFrame[],
loopStart int
name string
wrapMode WrapMode,

Property Details

fps public property

FPS of clip
public float fps
return float

frames public property

Array of frames
public tk2dSpriteAnimationFrame[], frames
return tk2dSpriteAnimationFrame[],

loopStart public property

Defines the start point of the loop when WrapMode.LoopSection is selected
public int loopStart
return int

name public property

Name of animation clip
public string name
return string

wrapMode public property

The wrap mode.
public WrapMode, wrapMode
return WrapMode,