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

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

공개 프로퍼티들

프로퍼티 타입 설명
Index int
Triangles List
Verticies Reign.Video.Abstraction.SoftwareVertex[]

공개 메소드들

메소드 설명
SoftwareEdge ( int index, SoftwareVertex vertex1, SoftwareVertex vertex2 ) : System.Collections.Generic

메소드 상세

SoftwareEdge() 공개 메소드

public SoftwareEdge ( int index, SoftwareVertex vertex1, SoftwareVertex vertex2 ) : System.Collections.Generic
index int
vertex1 SoftwareVertex
vertex2 SoftwareVertex
리턴 System.Collections.Generic

프로퍼티 상세

Index 공개적으로 프로퍼티

public int Index
리턴 int

Triangles 공개적으로 프로퍼티

public List Triangles
리턴 List

Verticies 공개적으로 프로퍼티

public SoftwareVertex[],Reign.Video.Abstraction Verticies
리턴 Reign.Video.Abstraction.SoftwareVertex[]