C# Class VesselMover.VesselSpawn

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: BahamutoD/VesselMover Class Usage Examples

Méthodes publiques

Свойство Type Description
instance VesselSpawn
openingCraftBrowser bool

Méthodes publiques

Méthode Description
StartVesselSpawn ( ) : void
WorldPositionToGeoCoords ( UnityEngine.Vector3d worldPosition, CelestialBody body ) : UnityEngine.Vector3d

Private Methods

Méthode Description
Awake ( ) : void
DrawShadowedMessage ( string message ) : void
GetMouseWorldPoint ( Vector3 &worldPos ) : bool
OnCancelled ( ) : void
OnGUI ( ) : void
OnSelected ( string fullPath, string flagUrl, CraftBrowser loadType ) : void
PlaceSpawnedVessel ( Vessel v, bool moveVessel ) : IEnumerator
SpawnCraftRoutine ( string craftUrl ) : IEnumerator
SpawnVessel ( VesselData vesselData ) : void
SpawnVesselFromCraftFile ( string craftURL, UnityEngine.Vector3d gpsCoords, float heading, float pitch ) : void
StartVesselSpawnRoutine ( ) : IEnumerator

Method Details

StartVesselSpawn() public méthode

public StartVesselSpawn ( ) : void
Résultat void

WorldPositionToGeoCoords() public static méthode

public static WorldPositionToGeoCoords ( UnityEngine.Vector3d worldPosition, CelestialBody body ) : UnityEngine.Vector3d
worldPosition UnityEngine.Vector3d
body CelestialBody
Résultat UnityEngine.Vector3d

Property Details

instance public_oe static_oe property

public static VesselSpawn,VesselMover instance
Résultat VesselSpawn

openingCraftBrowser public_oe property

public bool openingCraftBrowser
Résultat bool