Packageaway3d.core.base
Interfacepublic interface IMaterialOwner
Implementors Mesh

IMaterialOwner provides an interface for objects that can use materials.



Public Properties
 PropertyDefined 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
Property Detail
animatorproperty
animator:IAnimator  [read-only]

The animation used by the material to assemble the vertex code.


Implementation
    public function get animator():IAnimator
materialproperty 
material:MaterialBase

The material with which to render the object.


Implementation
    public function get material():MaterialBase
    public function set material(value:MaterialBase):void