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

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

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

SoftwareTriangle() 공개 메소드

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

프로퍼티 상세

Edges 공개적으로 프로퍼티

public SoftwareEdge[],Reign.Video.Abstraction Edges
리턴 Reign.Video.Abstraction.SoftwareEdge[]

Index 공개적으로 프로퍼티

public int Index
리턴 int

Verticies 공개적으로 프로퍼티

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