C# Class SadConsole.Consoles.LayerMetadata

Afficher le fichier Open project: Thraka/SadConsole Class Usage Examples

Méthodes publiques

Свойство Type Description
IsMoveable bool
IsRemoveable bool
IsRenamable bool
Name string

Méthodes publiques

Méthode Description
Create ( string name, bool moveable, bool removeable, bool renamable, LayeredTextSurface layer ) : LayerMetadata

Method Details

Create() public static méthode

public static Create ( string name, bool moveable, bool removeable, bool renamable, LayeredTextSurface layer ) : LayerMetadata
name string
moveable bool
removeable bool
renamable bool
layer LayeredTextSurface
Résultat LayerMetadata

Property Details

IsMoveable public_oe property

public bool IsMoveable
Résultat bool

IsRemoveable public_oe property

public bool IsRemoveable
Résultat bool

IsRenamable public_oe property

public bool IsRenamable
Résultat bool

Name public_oe property

public string Name
Résultat string