C# 클래스 ObjImporter.meshStruct, SteamWorkshopUploader

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

공개 프로퍼티들

프로퍼티 타입 설명
faceData Vector3[]
faceUVs int[]
faceVerts int[]
fileName string
name string
normals Vector3[]
triangles int[]
uv Vector2[]
uv1 Vector2[]
uv2 Vector2[]
vertices Vector3[]

프로퍼티 상세

faceData 공개적으로 프로퍼티

public Vector3[] faceData
리턴 Vector3[]

faceUVs 공개적으로 프로퍼티

public int[] faceUVs
리턴 int[]

faceVerts 공개적으로 프로퍼티

public int[] faceVerts
리턴 int[]

fileName 공개적으로 프로퍼티

public string fileName
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

normals 공개적으로 프로퍼티

public Vector3[] normals
리턴 Vector3[]

triangles 공개적으로 프로퍼티

public int[] triangles
리턴 int[]

uv 공개적으로 프로퍼티

public Vector2[] uv
리턴 Vector2[]

uv1 공개적으로 프로퍼티

public Vector2[] uv1
리턴 Vector2[]

uv2 공개적으로 프로퍼티

public Vector2[] uv2
리턴 Vector2[]

vertices 공개적으로 프로퍼티

public Vector3[] vertices
리턴 Vector3[]