C# Class SpriteEditor.AnimationData

Mostrar archivo Open project: fallahn/xygine Class Usage Examples

Public Methods

Method Description
AnimationData ( uint frameCount, Size frameSize, float frameRate, string texture, string normalMap ) : System

Method Details

AnimationData() public method

public AnimationData ( uint frameCount, Size frameSize, float frameRate, string texture, string normalMap ) : System
frameCount uint
frameSize System.Drawing.Size
frameRate float
texture string
normalMap string
return System