C# 클래스 Hiale.GTA2NET.Core.Frame

Responsible for the transfer the information to draw.
파일 보기 프로젝트 열기: jpires/gta2net 1 사용 예제들

공개 메소드들

메소드 설명
Frame ( List lineDebug, List triangleDebug ) : System.Collections.Generic

Creates an instance of Frame

Frame ( List mapVertexList, List mapIndexList, List objectVertexList, List objectIndexList, List lineDebug, List triangleDebug, Vector2 position ) : System.Collections.Generic

Creates an instance of Frame

Frame ( List mapVertexList, List mapIndexList, List objectVertexList, List objectIndexList, Vector2 position ) : System.Collections.Generic

Creates an instance of Frame

메소드 상세

Frame() 공개 메소드

Creates an instance of Frame
public Frame ( List lineDebug, List triangleDebug ) : System.Collections.Generic
lineDebug List A list of vertices used to draw the debug lines.
triangleDebug List A list of vertices used to draw the debug triangles.
리턴 System.Collections.Generic

Frame() 공개 메소드

Creates an instance of Frame
public Frame ( List mapVertexList, List mapIndexList, List objectVertexList, List objectIndexList, List lineDebug, List triangleDebug, Vector2 position ) : System.Collections.Generic
mapVertexList List A list with the map vertices.
mapIndexList List A list with the order that the map vertices should be grouped.
objectVertexList List A list with the objects vertices.
objectIndexList List A list with the order that the object vertices should be grouped.
lineDebug List A list of vertices used to draw the debug lines.
triangleDebug List A list of vertices used to draw the debug triangles.
position Vector2 The center position of this frame.
리턴 System.Collections.Generic

Frame() 공개 메소드

Creates an instance of Frame
public Frame ( List mapVertexList, List mapIndexList, List objectVertexList, List objectIndexList, Vector2 position ) : System.Collections.Generic
mapVertexList List A list with the map vertices.
mapIndexList List A list with the order that the map vertices should be grouped.
objectVertexList List A list with the objects vertices.
objectIndexList List A list with the order that the object vertices should be grouped.
position Vector2 The center position of this frame.
리턴 System.Collections.Generic