C# Class Map.MapObject

Show file Open project: juliancruz87/madbricks Class Usage Examples

Public Methods

Method Description
ChangeTexture ( Texture newtexture ) : void
GetMapObjectsOfType ( ) : List
ResetTexture ( ) : void
SetStartPosition ( Transform position ) : void

Private Methods

Method Description
Awake ( ) : void
InitAsTotemTarget ( ) : void
InitMapObjectType ( ) : void

Method Details

ChangeTexture() public method

public ChangeTexture ( Texture newtexture ) : void
newtexture Texture
return void

GetMapObjectsOfType() public static method

public static GetMapObjectsOfType ( ) : List
return List

ResetTexture() public method

public ResetTexture ( ) : void
return void

SetStartPosition() public method

public SetStartPosition ( Transform position ) : void
position Transform
return void