C# 클래스 ProceduralPrimitve_IcoSphere.TriangleIndices, Procedural-Geometry-Unity

파일 보기 프로젝트 열기: XY01/Procedural-Geometry-Unity

공개 프로퍼티들

프로퍼티 타입 설명
v1 int
v2 int
v3 int

공개 메소드들

메소드 설명
TriangleIndices ( int v1, int v2, int v3 ) : System.Collections

메소드 상세

TriangleIndices() 공개 메소드

public TriangleIndices ( int v1, int v2, int v3 ) : System.Collections
v1 int
v2 int
v3 int
리턴 System.Collections

프로퍼티 상세

v1 공개적으로 프로퍼티

public int v1
리턴 int

v2 공개적으로 프로퍼티

public int v2
리턴 int

v3 공개적으로 프로퍼티

public int v3
리턴 int