C# Class FireWall, 04_Squashy-Toad-VR

Inheritance: MonoBehaviour
ファイルを表示 Open project: VirtualRealityDesigner/Squashy-Toad-VR Class Usage Examples

Public Properties

Property Type Description
creepSpeed float

Public Methods

Method Description
CheckPlayerBurnt ( ) : void
CreepForward ( ) : void
FollowPlayer ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CheckPlayerBurnt() public method

public CheckPlayerBurnt ( ) : void
return void

CreepForward() public method

public CreepForward ( ) : void
return void

FollowPlayer() public method

public FollowPlayer ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

creepSpeed public_oe property

public float creepSpeed
return float