thanks!
Can someone explain the constrain property?
constraint:int [read-write]Implementation
public function get constraint():int
public function set constraint(value:int):void
What integers can be used and what do they represent?
On Mar 16, 12:02 pm, NickBee <[email protected]> wrote:
> Can someone explain what the As3dmod bend constructor parameters
> represent?
> The documentation is a little limited as this point:
>
> Bend() constructor
>
> public function Bend(f:Number = 0, o:Number = .5, a:Number =
> 0)Parameters
>
> f:Number (default = 0)
> o:Number (default = .5)
> a:Number (default = 0)
>
> THANKS!!!!