C# Class Compass, UnderworldExporter

Inheritance: MonoBehaviour
Exibir arquivo Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
NorthIndicators RawImage[]

Public Methods

Method 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 method

public OnClick ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateNorthIndicator() public method

public UpdateNorthIndicator ( ) : void
return void

getCompassHeading() public static method

public static getCompassHeading ( GameObject src, GameObject dst ) : string
src GameObject
dst GameObject
return string

getCompassHeadingOffset() public static method

public static getCompassHeadingOffset ( GameObject src, GameObject dst ) : int
src GameObject
dst GameObject
return int

Property Details

NorthIndicators public_oe property

public RawImage[] NorthIndicators
return RawImage[]