C# Class OpenRA.Graphics.CursorSequence

Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Frames ISpriteFrame[]
Hotspot int2
Length int
Name string
Palette string
Start int

Public Methods

Method Description
CursorSequence ( FrameCache cache, string name, string cursorSrc, string palette, MiniYaml info ) : System.Linq

Method Details

CursorSequence() public method

public CursorSequence ( FrameCache cache, string name, string cursorSrc, string palette, MiniYaml info ) : System.Linq
cache FrameCache
name string
cursorSrc string
palette string
info MiniYaml
return System.Linq

Property Details

Frames public property

public ISpriteFrame[] Frames
return ISpriteFrame[]

Hotspot public property

public int2 Hotspot
return int2

Length public property

public int Length
return int

Name public property

public string Name
return string

Palette public property

public string Palette
return string

Start public property

public int Start
return int