C# Class PointerController, GrapplingHookFighters

Inheritance: MonoBehaviour
Show 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 property

public float lowerBoundX
return float

myCamera public property

public Camera myCamera
return Camera

pointerVert public property

public Texture pointerVert
return Texture

pointers public property

public GUITexture[] pointers
return GUITexture[]

targets public property

public Transform[] targets
return Transform[]