Package | away3d.core.base |
Interface | public interface IMaterialOwner |
Subinterfaces | IRenderable |
Implementors | Mesh |
Property | Defined 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 |
animation | property |
animation:AnimationBase
[read-only]The animation used by the material to assemble the vertex code.
Implementation public function get animation():AnimationBase
animationState | property |
animationState:AnimationStateBase
[read-only]Implementation
public function get animationState():AnimationStateBase
material | property |
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