C# Class GeneralGemstone, Enclave

Inheritance: MonoBehaviour
ファイルを表示 Open project: BenjaminDo/Enclave

Public Properties

Property Type Description
test ParticleSystem

Public Methods

Method Description
Awake ( ) : void
OnMouseDown ( ) : void
OnMouseExit ( ) : void
OnMouseOver ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnMouseDown() public method

public OnMouseDown ( ) : void
return void

OnMouseExit() public method

public OnMouseExit ( ) : void
return void

OnMouseOver() public method

public OnMouseOver ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

test public_oe property

public ParticleSystem test
return ParticleSystem