Class TextureLayer
Inheritance
System.Object
TextureLayer
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 |
|
System.Boolean |
freeze |
|
Fields
freeze
Declaration
public readonly bool freeze
Field Value
Type |
Description |
System.Boolean |
|
rect
Declaration
public readonly Rect rect
Field Value
texture
Declaration
public readonly Texture texture
Field Value