C# Class FlaxEngine.GUI.MaterialBrush

Implementation of IBrush for FlaxEngine.MaterialBase rendering.
Inheritance: IBrush
Afficher le fichier Open project: FlaxEngine/FlaxEngine

Méthodes publiques

Méthode Description
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.

Method Details

Draw() public méthode

public Draw ( Rectangle rect, Color color ) : void
rect Rectangle
color Color
Résultat void

MaterialBrush() public méthode

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

MaterialBrush() public méthode

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