C# Class LevelManagerScript, Heavy-Insertion

Inheritance: MonoBehaviour
显示文件 Open project: Rabenvald/Heavy-Insertion Class Usage Examples

Public Properties

Property Type Description
MaxConnectionDistance float

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
GetAllPathWaypoints ( ) : void
SetupConnections ( ) : void
Start ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

GetAllPathWaypoints() public method

public GetAllPathWaypoints ( ) : void
return void

SetupConnections() public method

public SetupConnections ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

MaxConnectionDistance public_oe property

public float MaxConnectionDistance
return float