C# 클래스 CreateMesh.Line, UnityGraphicsPrograming

파일 보기 프로젝트 열기: sugi-cho/UnityGraphicsPrograming

공개 프로퍼티들

프로퍼티 타입 설명
first int

공개 메소드들

메소드 설명
Check ( int f, int s ) : bool
Line ( int f, int s ) : System.Collections

메소드 상세

Check() 공개 메소드

public Check ( int f, int s ) : bool
f int
s int
리턴 bool

Line() 공개 메소드

public Line ( int f, int s ) : System.Collections
f int
s int
리턴 System.Collections

프로퍼티 상세

first 공개적으로 프로퍼티

public int first
리턴 int