C# Class Nez.Tiled.TiledObjectGroup

Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Свойство Type Description
color Color
name string
objects Nez.Tiled.TiledObject[]
opacity float
properties string>.Dictionary
visible bool

Méthodes publiques

Méthode Description
TiledObjectGroup ( string name, Color color, bool visible, float opacity ) : System
objectWithName ( string name ) : TiledObject

gets the first TiledObject with the given name

objectsWithName ( string name ) : List

gets all the TiledObjects with the given name

Method Details

TiledObjectGroup() public méthode

public TiledObjectGroup ( string name, Color color, bool visible, float opacity ) : System
name string
color Color
visible bool
opacity float
Résultat System

objectWithName() public méthode

gets the first TiledObject with the given name
public objectWithName ( string name ) : TiledObject
name string Name.
Résultat TiledObject

objectsWithName() public méthode

gets all the TiledObjects with the given name
public objectsWithName ( string name ) : List
name string Name.
Résultat List

Property Details

color public_oe property

public Color color
Résultat Color

name public_oe property

public string name
Résultat string

objects public_oe property

public TiledObject[],Nez.Tiled objects
Résultat Nez.Tiled.TiledObject[]

opacity public_oe property

public float opacity
Résultat float

properties public_oe property

public Dictionary properties
Résultat string>.Dictionary

visible public_oe property

public bool visible
Résultat bool