C# Класс FlaxEngine.GUI.MaterialBrush

Implementation of IBrush for FlaxEngine.MaterialBase rendering.
Наследование: IBrush
Показать файл Открыть проект

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

Метод Описание
Draw ( Rectangle rect, Color color ) : void
MaterialBrush ( )

Initializes a new instance of the MaterialBrush class.

MaterialBrush ( Material material )

Initializes a new instance of the MaterialBrush struct.

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

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

public Draw ( Rectangle rect, Color color ) : void
rect Rectangle
color Color
Результат void

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

Initializes a new instance of the MaterialBrush class.
public MaterialBrush ( )

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

Initializes a new instance of the MaterialBrush struct.
public MaterialBrush ( Material material )
material Material The material.