C# Class Sonic, Final_Project_Main

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

public float counter
return float

damage public property

public int damage
return int

jumping public property

public bool jumping
return bool

spawner public property

public GameObject spawner
return GameObject