C# Class Codex, Adagio

Inheritance: MonoBehaviour
Show file Open project: technicalvgda/Adagio Class Usage Examples

Public Properties

Property Type Description
onCodex bool
speed float
travelDistance float

Private Methods

Method Description
DisplayCodex ( ) : void
OnTriggerExit2D ( Collider2D other ) : void
OnTriggerStay2D ( Collider2D other ) : void
Start ( ) : void
UnlockCodex ( ) : void
Update ( ) : void

Property Details

onCodex public property

public bool onCodex
return bool

speed public property

public float speed
return float

travelDistance public property

public float travelDistance
return float