C# 클래스 Reign.Video.Abstraction.TriangleUVComponent

파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 프로퍼티들

프로퍼티 타입 설명
UVs Reign.Core.Vector2[]

공개 메소드들

메소드 설명
TriangleUVComponent ( Vector2 uv1, Vector2 uv2, Vector2 uv3 ) : System.Collections.Generic

메소드 상세

TriangleUVComponent() 공개 메소드

public TriangleUVComponent ( Vector2 uv1, Vector2 uv2, Vector2 uv3 ) : System.Collections.Generic
uv1 Reign.Core.Vector2
uv2 Reign.Core.Vector2
uv3 Reign.Core.Vector2
리턴 System.Collections.Generic

프로퍼티 상세

UVs 공개적으로 프로퍼티

public Vector2[],Reign.Core UVs
리턴 Reign.Core.Vector2[]