C# Class CameraBuddy.Game.DebugGameObject

Inheritance: GameObject
Show file Open project: coman3/EloBuddy.Addons

Public Methods

Method Description
DebugGameObject ( System.Vector3 posistion ) : System
GetPosistion ( ) : System.Vector3
GetStat ( FloatStatType statType ) : float
IsAlive ( ) : bool

Method Details

DebugGameObject() public method

public DebugGameObject ( System.Vector3 posistion ) : System
posistion System.Vector3
return System

GetPosistion() public method

public GetPosistion ( ) : System.Vector3
return System.Vector3

GetStat() public method

public GetStat ( FloatStatType statType ) : float
statType FloatStatType
return float

IsAlive() public method

public IsAlive ( ) : bool
return bool