Delegate WindowSurfaceImpl.DrawToTargetFunc
Namespace: Unity.UIWidgets.editor
Syntax
public delegate void DrawToTargetFunc(UnityEngine.Rect screenRect, Texture texture, Material mat);
Parameters
Type | Name | Description |
---|---|---|
UnityEngine.Rect | screenRect | |
Texture | texture | |
Material | mat |