Package | away3d.core.base |
Interface | public interface IFrame |
Implementors | Frame |
Method | Defined by | ||
---|---|---|---|
adjust(k:Number = 1):void
Adjusts the position of all vertex objects in the frame incrementally.
| IFrame |
adjust | () | method |
public function adjust(k:Number = 1):void
Adjusts the position of all vertex objects in the frame incrementally.
Parametersk:Number (default = 1 ) — The fraction by which to adjust the vertex values.
|