C# Class GameEntity, kbengine_unity3d_demo

Show file Open project: kbengine/kbengine_unity3d_demo Class Usage Examples

Public Properties

Property Type Description
characterController CharacterController
destDirection Vector3
destPosition Vector3
entityEnabled bool
entity_name string
hp string
isControlled bool
isOnGround bool
isPlayer bool

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
OnGUI ( ) : void
OnJump ( ) : void
Start ( ) : void
Update ( ) : void
entityDisable ( ) : void
entityEnable ( ) : void
set_state ( sbyte v ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnJump() public method

public OnJump ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

entityDisable() public method

public entityDisable ( ) : void
return void

entityEnable() public method

public entityEnable ( ) : void
return void

set_state() public method

public set_state ( sbyte v ) : void
v sbyte
return void

Property Details

characterController public property

public CharacterController characterController
return CharacterController

destDirection public property

public Vector3 destDirection
return Vector3

destPosition public property

public Vector3 destPosition
return Vector3

entityEnabled public property

public bool entityEnabled
return bool

entity_name public property

public string entity_name
return string

hp public property

public string hp
return string

isControlled public property

public bool isControlled
return bool

isOnGround public property

public bool isOnGround
return bool

isPlayer public property

public bool isPlayer
return bool