C# Class FlatRedBall_Spriter.SpriterObjectAnimation

Show file Open project: kainazzzo/flatredball-spriter Class Usage Examples

Public Methods

Method Description
SpriterObjectAnimation ( string name, bool looping, float totalTime, IEnumerable keyFrameList ) : System.Collections.Generic

Method Details

SpriterObjectAnimation() public method

public SpriterObjectAnimation ( string name, bool looping, float totalTime, IEnumerable keyFrameList ) : System.Collections.Generic
name string
looping bool
totalTime float
keyFrameList IEnumerable
return System.Collections.Generic