C# Class xnapunk.graphics.anim.Frame

Mostra file Open project: Gnoll/XNAPunk

Public Properties

Property Type Description
Index int

Public Methods

Method Description
Frame ( int index ) : System
Frame ( int index, int delay ) : System

Method Details

Frame() public method

public Frame ( int index ) : System
index int
return System

Frame() public method

public Frame ( int index, int delay ) : System
index int
delay int
return System

Property Details

Index public_oe property

public int Index
return int