C# Class Skin, LevelConceito1

Datei anzeigen Open project: MuvucaGames/LevelConceito1 Class Usage Examples

Public Properties

Property Type Description
name string
spritesheet string

Public Methods

Method Description
Skin ( string newName, string newSpriteSheet ) : System.Collections

Method Details

Skin() public method

public Skin ( string newName, string newSpriteSheet ) : System.Collections
newName string
newSpriteSheet string
return System.Collections

Property Details

name public_oe property

public string name
return string

spritesheet public_oe property

public string spritesheet
return string