C# 클래스 Pluton.SerializedZone2D

파일 보기 프로젝트 열기: Notulp/Pluton 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Tris int[]
TrisCount int
Verts List

공개 메소드들

메소드 설명
ToZone2D ( ) : Zone2D

메소드 상세

ToZone2D() 공개 메소드

public ToZone2D ( ) : Zone2D
리턴 Zone2D

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

Tris 공개적으로 프로퍼티

public int[] Tris
리턴 int[]

TrisCount 공개적으로 프로퍼티

public int TrisCount
리턴 int

Verts 공개적으로 프로퍼티

public List Verts
리턴 List