C# Class JunkPileWater, RustDocuments

Inheritance: JunkPile
Mostra file Open project: Ailtop/RustDocuments Class Usage Examples

Public Properties

Property Type Description
buoyancyPoints Transform[],
debugDraw bool
junkpileWaterWorkQueue JunkpileWaterWorkQueue

Public Methods

Method Description
FixedUpdate ( ) : void
Spawn ( ) : void
UpdateMovement ( ) : void
UpdateNearbyPlayers ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Spawn() public method

public Spawn ( ) : void
return void

UpdateMovement() public method

public UpdateMovement ( ) : void
return void

UpdateNearbyPlayers() public method

public UpdateNearbyPlayers ( ) : void
return void

Property Details

buoyancyPoints public_oe property

public Transform[], buoyancyPoints
return Transform[],

debugDraw public_oe property

public bool debugDraw
return bool

junkpileWaterWorkQueue public_oe static_oe property

public static JunkpileWaterWorkQueue junkpileWaterWorkQueue
return JunkpileWaterWorkQueue