C# Class TrafficManager.UI.CameraCtrl

Afficher le fichier Open project: Katalyst6/CSL.TransitAddonMod Class Usage Examples

Méthodes publiques

Méthode Description
GoToNode ( ushort nodeId, Vector3 pos ) : void
GoToSegment ( ushort segmentId, Vector3 pos ) : void
GoToVehicle ( ushort vehicleId, Vector3 pos ) : void

Method Details

GoToNode() public static méthode

public static GoToNode ( ushort nodeId, Vector3 pos ) : void
nodeId ushort
pos Vector3
Résultat void

GoToSegment() public static méthode

public static GoToSegment ( ushort segmentId, Vector3 pos ) : void
segmentId ushort
pos Vector3
Résultat void

GoToVehicle() public static méthode

public static GoToVehicle ( ushort vehicleId, Vector3 pos ) : void
vehicleId ushort
pos Vector3
Résultat void