C# 클래스 UnityEngine.UIVertex

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

공개 프로퍼티들

프로퍼티 타입 설명
color Color32
normal Vector3
position Vector3
simpleVert UIVertex
tangent Vector4
uv0 Vector2
uv1 Vector2

비공개 메소드들

메소드 설명
UIVertex ( ) : System

프로퍼티 상세

color 공개적으로 프로퍼티

Vertex color.

public Color32,UnityEngine color
리턴 Color32

normal 공개적으로 프로퍼티

Normal.

public Vector3 normal
리턴 Vector3

position 공개적으로 프로퍼티

Vertex position.

public Vector3 position
리턴 Vector3

simpleVert 공개적으로 정적으로 프로퍼티

Simple UIVertex with sensible settings for use in the UI system.

public static UIVertex,UnityEngine simpleVert
리턴 UIVertex

tangent 공개적으로 프로퍼티

Tangent.

public Vector4 tangent
리턴 Vector4

uv0 공개적으로 프로퍼티

UV0.

public Vector2 uv0
리턴 Vector2

uv1 공개적으로 프로퍼티

UV1.

public Vector2 uv1
리턴 Vector2