| Package | sandy.materials |
| Class | public class ZShaderMaterial |
| Inheritance | ZShaderMaterial Material |
| Method | Defined by | ||
|---|---|---|---|
|
ZShaderMaterial(p_nCoef:Number = 1, p_oAttr:MaterialAttributes = null)
Creates a new ZShaderMaterial.
| ZShaderMaterial | ||
![]() |
Calls begin method of the MaterialAttributes associated with this material.
| Material | |
![]() |
Calls finish method of the MaterialAttributes associated with this material.
| Material | |
![]() |
Calls init method of the MaterialAttributes associated with this material.
| Material | |
![]() |
Renders the polygon dress in this material.
| Material | |
![]() |
Renders the sprite dress in this material.
| Material | |
![]() |
Calls unlink method of the MaterialAttributes associated with this material.
| Material | |
| ZShaderMaterial | () | constructor |
public function ZShaderMaterial(p_nCoef:Number = 1, p_oAttr:MaterialAttributes = null)Creates a new ZShaderMaterial.
Parametersp_nCoef:Number (default = 1) — Could a dev help us out here? :)
|
|
p_oAttr:MaterialAttributes (default = null) — The attributes for this material.
|
See also