C# Class Selection, evosim

Inheritance: MonoBehaviour
Afficher le fichier Open project: clomax/evosim Class Usage Examples

Méthodes publiques

Свойство Type Description
container GameObject
instance Selection,
selected GameObject

Méthodes publiques

Méthode Description
getInstance ( ) : Selection,
isSelected ( GameObject go ) : bool
select ( GameObject go ) : void

Private Methods

Méthode Description
Update ( ) : void

Method Details

getInstance() public static méthode

public static getInstance ( ) : Selection,
Résultat Selection,

isSelected() public méthode

public isSelected ( GameObject go ) : bool
go GameObject
Résultat bool

select() public méthode

public select ( GameObject go ) : void
go GameObject
Résultat void

Property Details

container public_oe static_oe property

public static GameObject container
Résultat GameObject

instance public_oe static_oe property

public static Selection, instance
Résultat Selection,

selected public_oe property

public GameObject selected
Résultat GameObject