C# 클래스 FlaxEngine.GUI.MaterialBrush

Implementation of IBrush for FlaxEngine.MaterialBase rendering.
상속: IBrush
파일 보기 프로젝트 열기: FlaxEngine/FlaxEngine

공개 메소드들

메소드 설명
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.