Package | away3d.core.base |
Interface | public interface IMaterialOwner |
Implementors | Mesh |
Property | Defined By | ||
---|---|---|---|
animator : IAnimator [read-only]
The animation used by the material to assemble the vertex code. | IMaterialOwner | ||
material : MaterialBase
The material with which to render the object. | IMaterialOwner |
animator | property |
animator:IAnimator
[read-only] The animation used by the material to assemble the vertex code.
public function get animator():IAnimator
material | property |
material:MaterialBase
The material with which to render the object.
public function get material():MaterialBase
public function set material(value:MaterialBase):void