C# Class GameEntity, kbengine_unity3d_demo

ファイルを表示 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_oe property

public CharacterController characterController
return CharacterController

destDirection public_oe property

public Vector3 destDirection
return Vector3

destPosition public_oe property

public Vector3 destPosition
return Vector3

entityEnabled public_oe property

public bool entityEnabled
return bool

entity_name public_oe property

public string entity_name
return string

hp public_oe property

public string hp
return string

isControlled public_oe property

public bool isControlled
return bool

isOnGround public_oe property

public bool isOnGround
return bool

isPlayer public_oe property

public bool isPlayer
return bool