C# 클래스 MeshCreator.Segment, UnitySpritesAndBones

파일 보기 프로젝트 열기: Banbury/UnitySpritesAndBones

공개 프로퍼티들

프로퍼티 타입 설명
deleted bool
first Vertex,
index int
second Vertex,

공개 메소드들

메소드 설명
IsDeleted ( ) : bool
Segment ( Vertex, fst, Vertex, snd ) : System.Collections

메소드 상세

IsDeleted() 공개 메소드

public IsDeleted ( ) : bool
리턴 bool

Segment() 공개 메소드

public Segment ( Vertex, fst, Vertex, snd ) : System.Collections
fst Vertex,
snd Vertex,
리턴 System.Collections

프로퍼티 상세

deleted 공개적으로 프로퍼티

public bool deleted
리턴 bool

first 공개적으로 프로퍼티

public Vertex, first
리턴 Vertex,

index 공개적으로 프로퍼티

public int index
리턴 int

second 공개적으로 프로퍼티

public Vertex, second
리턴 Vertex,