C# Class Luigi, 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
luigi1 GameObject
luigi2 GameObject
luigi3 GameObject
luigi4 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

damage public property

public int damage
return int

jumping public property

public bool jumping
return bool

luigi1 public property

public GameObject luigi1
return GameObject

luigi2 public property

public GameObject luigi2
return GameObject

luigi3 public property

public GameObject luigi3
return GameObject

luigi4 public property

public GameObject luigi4
return GameObject

spawner public property

public GameObject spawner
return GameObject