Interface IRaceCheckpointData.IManagedInterface
Represents the managed interface implemented by its unmanaged counterpart.
public interface IRaceCheckpointData.IManagedInterface : IUnmanagedInterface
- Inherited Members
Methods
GetCheckpointType()
Gets the type of this race checkpoint.
RaceCheckpointType GetCheckpointType()
Returns
- RaceCheckpointType
The checkpoint type.
GetNextPosition()
Gets the next checkpoint position in the race sequence.
Vector3 GetNextPosition()
Returns
- Vector3
The position of the next checkpoint.
SetNextPosition(ref Vector3)
Sets the next checkpoint position in the race sequence.
void SetNextPosition(ref Vector3 nextPosition)
Parameters
nextPositionVector3The next checkpoint position to set.
SetType(RaceCheckpointType)
Sets the type of this race checkpoint.
void SetType(RaceCheckpointType type)
Parameters
typeRaceCheckpointTypeThe checkpoint type to set.