C# Class Vortex, STR

Inheritance: MonoBehaviour
Afficher le fichier Open project: jamiehenson/STR Class Usage Examples

Méthodes publiques

Свойство Type Description
inUniverse int
isBeingShrunk bool
label string
labelIsSet bool
leadsToUniverse int
vortPos Vector3

Méthodes publiques

Méthode Description
OnGUI ( ) : void
setLabel ( Vector3 pos, string lab ) : void
shrink ( GameObject vortex ) : IEnumerator

Private Methods

Méthode Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

setLabel() public méthode

public setLabel ( Vector3 pos, string lab ) : void
pos Vector3
lab string
Résultat void

shrink() public static méthode

public static shrink ( GameObject vortex ) : IEnumerator
vortex GameObject
Résultat IEnumerator

Property Details

inUniverse public_oe property

public int inUniverse
Résultat int

isBeingShrunk public_oe property

public bool isBeingShrunk
Résultat bool

label public_oe property

public string label
Résultat string

labelIsSet public_oe static_oe property

public static bool labelIsSet
Résultat bool

leadsToUniverse public_oe property

public int leadsToUniverse
Résultat int

vortPos public_oe property

public Vector3 vortPos
Résultat Vector3