C# Class DynamicGridObstacle, TheUnseen

Inheritance: MonoBehaviour
ファイルを表示 Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
checkTime float
updateError float

Public Methods

Method Description
BoundsVolume ( Bounds b ) : float
DoUpdateGraphs ( ) : void
OnDestroy ( ) : void

Private Methods

Method Description
Start ( ) : void
UpdateGraphs ( ) : IEnumerator

Method Details

BoundsVolume() public method

public BoundsVolume ( Bounds b ) : float
b Bounds
return float

DoUpdateGraphs() public method

public DoUpdateGraphs ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

Property Details

checkTime public_oe property

public float checkTime
return float

updateError public_oe property

public float updateError
return float