Package | laya.webgl.submit |
Class | public class SubmitStencil |
Inheritance | SubmitStencil Object |
Implements | ISubmit |
Property | Defined By | ||
---|---|---|---|
blendMode : String | SubmitStencil | ||
_cache : Array [static] | SubmitStencil | ||
step : int | SubmitStencil |
Method | Defined By | ||
---|---|---|---|
SubmitStencil | |||
create(step:int):SubmitStencil [static] | SubmitStencil | ||
getRenderType():int | SubmitStencil | ||
releaseRender():void | SubmitStencil | ||
renderSubmit():int | SubmitStencil | ||
[static] | SubmitStencil | ||
[static] | SubmitStencil |
_cache | property |
public static var _cache:Array
blendMode | property |
public var blendMode:String
step | property |
public var step:int
SubmitStencil | () | Constructor |
public function SubmitStencil()
create | () | method |
getRenderType | () | method |
public function getRenderType():int
Returnsint |
releaseRender | () | method |
public function releaseRender():void
renderSubmit | () | method |
public function renderSubmit():int
Returnsint |
restore | () | method |
public static function restore(context:WebGLContext2D, clip:Rectangle, m:Matrix, _x:Number, _y:Number):void
Parameters
context:WebGLContext2D | |
clip:Rectangle | |
m:Matrix | |
_x:Number | |
_y:Number |
restore2 | () | method |
public static function restore2(context:WebGLContext2D, submit:Submit):void
Parameters
context:WebGLContext2D | |
submit:Submit |