C# Class Compass, UnderworldExporter

Inheritance: MonoBehaviour
Afficher le fichier Open project: hankmorgan/UnderworldExporter Class Usage Examples

Méthodes publiques

Свойство Type Description
NorthIndicators RawImage[]

Méthodes publiques

Méthode Description
OnClick ( ) : void
Start ( ) : void
Update ( ) : void
UpdateNorthIndicator ( ) : void
getCompassHeading ( GameObject src, GameObject dst ) : string
getCompassHeadingOffset ( GameObject src, GameObject dst ) : int

Method Details

OnClick() public méthode

public OnClick ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateNorthIndicator() public méthode

public UpdateNorthIndicator ( ) : void
Résultat void

getCompassHeading() public static méthode

public static getCompassHeading ( GameObject src, GameObject dst ) : string
src GameObject
dst GameObject
Résultat string

getCompassHeadingOffset() public static méthode

public static getCompassHeadingOffset ( GameObject src, GameObject dst ) : int
src GameObject
dst GameObject
Résultat int

Property Details

NorthIndicators public_oe property

public RawImage[] NorthIndicators
Résultat RawImage[]