C# Class PresetZoom, Heracles

Inheritance: MonoBehaviour
Mostra file Open project: TrinityUniversityGameDesign/Heracles

Public Properties

Property Type Description
isOneUse bool
speed float
zoomOut bool

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Property Details

isOneUse public_oe property

public bool isOneUse
return bool

speed public_oe property

public float speed
return float

zoomOut public_oe property

public bool zoomOut
return bool