C# Class GridScript, ProjetDUT

Inheritance: MonoBehaviour
ファイルを表示 Open project: lutrampal/ProjetDUT Class Usage Examples

Public Properties

Property Type Description
As UnityEngine.AudioSource
ground1 Object
ground2 Object
ground3 Object
height int
wall Object
width int

Public Methods

Method Description
Start ( ) : void
pauseGame ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

pauseGame() public method

public pauseGame ( ) : void
return void

Property Details

As public_oe property

public AudioSource,UnityEngine As
return UnityEngine.AudioSource

ground1 public_oe property

public Object ground1
return Object

ground2 public_oe property

public Object ground2
return Object

ground3 public_oe property

public Object ground3
return Object

height public_oe property

public int height
return int

wall public_oe property

public Object wall
return Object

width public_oe property

public int width
return int