C# Class Sphere.Core.Direction

A representation of a spriteset direction.
Show file Open project: Radnen/spherestudio Class Usage Examples

Public Methods

Method Description
Direction ( string name ) : System

Creates a new direction with the given name.

Method Details

Direction() public method

Creates a new direction with the given name.
public Direction ( string name ) : System
name string Name of the direction.
return System