C# 클래스 NOC_I_1_Walker, The-Nature-of-Code-Unity3DExamples

상속: MonoBehaviour
파일 보기 프로젝트 열기: JosephFiola/The-Nature-of-Code-Unity3DExamples 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
width int
x int

공개 메소드들

메소드 설명
NOC_I_1_Walker ( ) : System.Collections
Render ( ) : void
Step ( ) : void

메소드 상세

NOC_I_1_Walker() 공개 메소드

public NOC_I_1_Walker ( ) : System.Collections
리턴 System.Collections

Render() 공개 메소드

public Render ( ) : void
리턴 void

Step() 공개 메소드

public Step ( ) : void
리턴 void

프로퍼티 상세

width 공개적으로 프로퍼티

public int width
리턴 int

x 공개적으로 프로퍼티

public int x
리턴 int