C# Класс Flood.GUI.GUIGeometryBuffer

Наследование: ManagedGeometryBuffer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddRectangle ( RectangleF rect, System.Color color ) : void
AddRectangle ( RectangleF rect, System.Vector2 topLeftUV, System.Vector2 topRightUV, System.Vector2 bottomRightUV, System.Vector2 bottomLeftUV, ResourceHandle imageHandle, System.Color color ) : void
AddRectangle ( RectangleF rect, System.Vector2 topLeftUV, System.Vector2 topRightUV, System.Vector2 bottomRightUV, System.Vector2 bottomLeftUV, ResourceHandle materialHandle, System.Color color ) : void
GUIGeometryBuffer ( ZCounter zCounter ) : System

Защищенные методы

Метод Описание
CreateGeometryBuffer ( ) : GeometryBuffer
CreateMaterial ( ResourceHandle imageHandle ) : ResourceHandle

Приватные методы

Метод Описание
InitVetexes ( Vertex &v1, Vertex &v2, Vertex &v3, Vertex &v4, RectangleF rect, System.Color color, System.Vector2 topLeftUV, System.Vector2 topRightUV, System.Vector2 bottomRightUV, System.Vector2 bottomLeftUV ) : void

Описание методов

AddRectangle() публичный Метод

public AddRectangle ( RectangleF rect, System.Color color ) : void
rect RectangleF
color System.Color
Результат void

AddRectangle() публичный Метод

public AddRectangle ( RectangleF rect, System.Vector2 topLeftUV, System.Vector2 topRightUV, System.Vector2 bottomRightUV, System.Vector2 bottomLeftUV, ResourceHandle imageHandle, System.Color color ) : void
rect RectangleF
topLeftUV System.Vector2
topRightUV System.Vector2
bottomRightUV System.Vector2
bottomLeftUV System.Vector2
imageHandle ResourceHandle
color System.Color
Результат void

AddRectangle() публичный Метод

public AddRectangle ( RectangleF rect, System.Vector2 topLeftUV, System.Vector2 topRightUV, System.Vector2 bottomRightUV, System.Vector2 bottomLeftUV, ResourceHandle materialHandle, System.Color color ) : void
rect RectangleF
topLeftUV System.Vector2
topRightUV System.Vector2
bottomRightUV System.Vector2
bottomLeftUV System.Vector2
materialHandle ResourceHandle
color System.Color
Результат void

CreateGeometryBuffer() защищенный Метод

protected CreateGeometryBuffer ( ) : GeometryBuffer
Результат GeometryBuffer

CreateMaterial() защищенный Метод

protected CreateMaterial ( ResourceHandle imageHandle ) : ResourceHandle
imageHandle ResourceHandle
Результат ResourceHandle

GUIGeometryBuffer() публичный Метод

public GUIGeometryBuffer ( ZCounter zCounter ) : System
zCounter ZCounter
Результат System