C# 클래스 MeshCreator.Vertex, UnitySpritesAndBones

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

공개 프로퍼티들

프로퍼티 타입 설명
deleted bool
index int
position Vector2

공개 메소드들

메소드 설명
Vertex ( Vector2 pos ) : System.Collections

메소드 상세

Vertex() 공개 메소드

public Vertex ( Vector2 pos ) : System.Collections
pos Vector2
리턴 System.Collections

프로퍼티 상세

deleted 공개적으로 프로퍼티

public bool deleted
리턴 bool

index 공개적으로 프로퍼티

public int index
리턴 int

position 공개적으로 프로퍼티

public Vector2 position
리턴 Vector2