C# Class Sonic, Final_Project_Main

Inheritance: AI_Main_02
Mostra file Open project: framadan/Final_Project_Main Class Usage Examples

Public Properties

Property Type Description
counter float
damage int
jumping bool
spawner GameObject

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Property Details

counter public_oe property

public float counter
return float

damage public_oe property

public int damage
return int

jumping public_oe property

public bool jumping
return bool

spawner public_oe property

public GameObject spawner
return GameObject