C# Class NOC_I_1_Walker2, The-Nature-of-Code-Unity3DExamples

Inheritance: MonoBehaviour
Datei anzeigen Open project: JosephFiola/The-Nature-of-Code-Unity3DExamples Class Usage Examples

Public Properties

Property Type Description
width int
x int

Public Methods

Method Description
NOC_I_1_Walker2 ( ) : System.Collections
Step ( ) : void

Method Details

NOC_I_1_Walker2() public method

public NOC_I_1_Walker2 ( ) : System.Collections
return System.Collections

Step() public method

public Step ( ) : void
return void

Property Details

width public_oe property

public int width
return int

x public_oe property

public int x
return int