Class TextureLayer
  
Inheritance
System.Object
TextureLayer
 
Syntax
public class TextureLayer : Layer
 
Properties
  
freeze
Declaration
public bool freeze { set; }
 
Property Value
| Type | Description | 
| System.Boolean |  | 
offset
Declaration
public Offset offset { set; }
 
Property Value
size
Declaration
public Size size { set; }
 
Property Value
texture
Declaration
public Texture texture { set; }
 
Property Value
Methods
  
paint(PaintContext)
Declaration
public override void paint(PaintContext context)
 
Parameters
Overrides
preroll(PrerollContext, Matrix3)
Declaration
public override void preroll(PrerollContext context, Matrix3 matrix)
 
Parameters
Overrides