Class TextureLayer
Inheritance
TextureLayer
Inherited Members
Namespace: Unity.UIWidgets.rendering
Syntax
public class TextureLayer : Layer
Constructors
TextureLayer(Rect, Texture, Boolean)
Declaration
public TextureLayer(Rect rect, Texture texture, bool freeze = false)
Parameters
Type | Name | Description |
---|---|---|
Rect | rect | |
Texture | texture | |
Boolean | freeze |
Fields
freeze
Declaration
public readonly bool freeze
Field Value
Type | Description |
---|---|
Boolean |
rect
Declaration
public readonly Rect rect
Field Value
Type | Description |
---|---|
Rect |
texture
Declaration
public readonly Texture texture
Field Value
Type | Description |
---|---|
Texture |