BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
fl.ik 

IKBone  - AS3 Flash

(Beta)
Packagefl.ik
Classpublic class IKBone
InheritanceIKBone Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flash CS4
Runtime Versions: Flash Player 10, AIR 1.5

The IKBone class describes a single segment, which is a foundational component of an inverse kinematics (IK) armature. An armature is a collection of segments, called "bones", which are connected to one another at IKJoint objects. IKJoint objects are called "joints", and are further described in the IKJoint class.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  headJoint : IKJoint
[read-only] The head joint of the bone.
IKBone
  name : String
The name of the bone.
IKBone
  tailJoint : IKJoint
[read-only] The tail joint of the bone.
IKBone
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail