C# Class Mario, Final_Project_Main

Inheritance: MonoBehaviour
Show file Open project: framadan/Final_Project_Main Class Usage Examples

Public Properties

Property Type Description
counter float
hit1 bool
hit2 bool
hit3 bool
mario1 GameObject
mario2 GameObject
mario3 GameObject
mario4 GameObject
spawner GameObject

Public Methods

Method Description
CounterCheck ( ) : void
LateUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void

Method Details

CounterCheck() public method

public CounterCheck ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

OnTriggerEnter() public method

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

Property Details

counter public property

public float counter
return float

hit1 public property

public bool hit1
return bool

hit2 public property

public bool hit2
return bool

hit3 public property

public bool hit3
return bool

mario1 public property

public GameObject mario1
return GameObject

mario2 public property

public GameObject mario2
return GameObject

mario3 public property

public GameObject mario3
return GameObject

mario4 public property

public GameObject mario4
return GameObject

spawner public property

public GameObject spawner
return GameObject