Méthode | Description | |
---|---|---|
CustomSimulationStep ( ushort vehicleId, Vehicle &data, Vector3 physicsLodRefPos ) : void | ||
GetDriverInstance2 ( ushort vehicleId, Vehicle &data ) : ushort | ||
StartPathFind2 ( ushort vehicleId, Vehicle &vehicleData, Vector3 startPos, Vector3 endPos, bool startBothWays, bool endBothWays ) : bool |
public CustomSimulationStep ( ushort vehicleId, Vehicle &data, Vector3 physicsLodRefPos ) : void | ||
vehicleId | ushort | |
data | Vehicle | |
physicsLodRefPos | Vector3 | |
Résultat | void |
public static GetDriverInstance2 ( ushort vehicleId, Vehicle &data ) : ushort | ||
vehicleId | ushort | |
data | Vehicle | |
Résultat | ushort |
public StartPathFind2 ( ushort vehicleId, Vehicle &vehicleData, Vector3 startPos, Vector3 endPos, bool startBothWays, bool endBothWays ) : bool | ||
vehicleId | ushort | |
vehicleData | Vehicle | |
startPos | Vector3 | |
endPos | Vector3 | |
startBothWays | bool | |
endBothWays | bool | |
Résultat | bool |