C# Class Bomb, Unity3D

Inheritance: MonoBehaviour
Show file Open project: kw0006667/Unity3D Class Usage Examples

Public Properties

Property Type Description
bomb GameObject

Public Methods

Method Description
OnMouseDown ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnMouseDown() public method

public OnMouseDown ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bomb public property

public GameObject bomb
return GameObject