C# Class OpenRA.Graphics.MappedImage

ファイルを表示 Open project: pchote/OpenRA

Public Properties

Property Type Description
Src string

Public Methods

Method Description
GetImage ( Sheet s ) : Sprite
MappedImage ( string defaultSrc, MiniYaml info ) : System.Collections.Generic
Save ( string defaultSrc ) : MiniYaml

Method Details

GetImage() public method

public GetImage ( Sheet s ) : Sprite
s Sheet
return Sprite

MappedImage() public method

public MappedImage ( string defaultSrc, MiniYaml info ) : System.Collections.Generic
defaultSrc string
info MiniYaml
return System.Collections.Generic

Save() public method

public Save ( string defaultSrc ) : MiniYaml
defaultSrc string
return MiniYaml

Property Details

Src public_oe property

public string Src
return string