Packageaway3d.core.base
Interfacepublic interface IMaterialOwner
SubinterfacesIRenderable
ImplementorsMesh

IMaterialOwner provides an interface for objects that can use materials.

Public Properties
 PropertyDefined by
  animation : AnimationBase
[read-only] The animation used by the material to assemble the vertex code.
IMaterialOwner
  animationState : AnimationStateBase
[read-only]
IMaterialOwner
  material : MaterialBase
The material with which to render the object.
IMaterialOwner
Property detail
animationproperty
animation:AnimationBase  [read-only]

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

Implementation
    public function get animation():AnimationBase
animationStateproperty 
animationState:AnimationStateBase  [read-only]Implementation
    public function get animationState():AnimationStateBase
materialproperty 
material:MaterialBase  [read-write]

The material with which to render the object.

Implementation
    public function get material():MaterialBase
    public function set material(value:MaterialBase):void
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments