C# Class Vortex, STR

Inheritance: MonoBehaviour
Show file Open project: jamiehenson/STR Class Usage Examples

Public Properties

Property Type Description
inUniverse int
isBeingShrunk bool
label string
labelIsSet bool
leadsToUniverse int
vortPos Vector3

Public Methods

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

Private Methods

Method Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

setLabel() public method

public setLabel ( Vector3 pos, string lab ) : void
pos Vector3
lab string
return void

shrink() public static method

public static shrink ( GameObject vortex ) : IEnumerator
vortex GameObject
return IEnumerator

Property Details

inUniverse public property

public int inUniverse
return int

isBeingShrunk public property

public bool isBeingShrunk
return bool

label public property

public string label
return string

labelIsSet public static property

public static bool labelIsSet
return bool

leadsToUniverse public property

public int leadsToUniverse
return int

vortPos public property

public Vector3 vortPos
return Vector3