Constructor

@:value({ numCascades : 3 })new(numCascades:Int = 3)

Variables

Methods

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

dispatchEvent(event:Event):Bool

getDepthProjections(partition:Int):Matrix3D

getSplitRatio(index:Int):Float

hasEventListener(type:String):Bool

@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void

setSplitRatio(index:Int, value:Float):Void

willTrigger(type:String):Bool

Inherited Variables

Inherited Methods

Defined by ShadowMapperBase

dispose():Void