C# Class Map.MapObject

Afficher le fichier Open project: juliancruz87/madbricks Class Usage Examples

Méthodes publiques

Méthode Description
ChangeTexture ( Texture newtexture ) : void
GetMapObjectsOfType ( ) : List
ResetTexture ( ) : void
SetStartPosition ( Transform position ) : void

Private Methods

Méthode Description
Awake ( ) : void
InitAsTotemTarget ( ) : void
InitMapObjectType ( ) : void

Method Details

ChangeTexture() public méthode

public ChangeTexture ( Texture newtexture ) : void
newtexture Texture
Résultat void

GetMapObjectsOfType() public static méthode

public static GetMapObjectsOfType ( ) : List
Résultat List

ResetTexture() public méthode

public ResetTexture ( ) : void
Résultat void

SetStartPosition() public méthode

public SetStartPosition ( Transform position ) : void
position Transform
Résultat void