C# Class PointerController, GrapplingHookFighters

Inheritance: MonoBehaviour
Mostra file Open project: PurdueSIGGD/GrapplingHookFighters Class Usage Examples

Public Properties

Property Type Description
lowerBoundX float
myCamera Camera
pointerVert Texture
pointers GUITexture[]
targets Transform[]

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

lowerBoundX public_oe property

public float lowerBoundX
return float

myCamera public_oe property

public Camera myCamera
return Camera

pointerVert public_oe property

public Texture pointerVert
return Texture

pointers public_oe property

public GUITexture[] pointers
return GUITexture[]

targets public_oe property

public Transform[] targets
return Transform[]