C# Class OpenRA.Graphics.CursorSequence

Datei anzeigen 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_oe property

public ISpriteFrame[] Frames
return ISpriteFrame[]

Hotspot public_oe property

public int2 Hotspot
return int2

Length public_oe property

public int Length
return int

Name public_oe property

public string Name
return string

Palette public_oe property

public string Palette
return string

Start public_oe property

public int Start
return int