FbxObjectBase (object)¶
Members¶
String | name | |
Ref<FbxObject>[] | children | |
Ref<FbxObject> | parentObj | |
Ref<FbxArchiveReader> | reader |
Methods¶
FbxObjectBase ( in FbxObjectBase other ) | |
FbxObjectBase ( in String name, io Ref<FbxArchiveReader> reader, io FbxObject parentObj ) | |
FbxObjectBase () | |
addChild ! ( in FbxObject child ) | |
FbxObjectBase | clone ? () |
Box3 | getBounds ! ( in Float64 time, io Boolean isConstant ) |
Ref<FbxObject> | getChild ? ( in String name ) |
Ref<FbxObject> | getChild ? ( in UInt32 index ) |
Box3 | getChildBounds ! ( in Float64 time, io Boolean isConstant ) |
String | getName ? () |
UInt32 | getNumChildren ? () |
Ref<FbxObject> | getParent ? () |
Ref<FbxArchiveReader> | getReader ? () |
Box3 | getSelfBounds ! ( in Float64 time, io Boolean isConstant ) |
init ! ( in String name, io Ref<FbxArchiveReader> reader, io FbxObject parentObj ) |
Methods in detail¶
FbxObjectBase ( in FbxObjectBase other )
copy constructor
FbxObjectBase ( in String name, io Ref<FbxArchiveReader> reader, io FbxObject parentObj )
default constructor
FbxObjectBase.addChild! ( in FbxObject child )
Check if the child exists already
FbxObjectBase FbxObjectBase.clone? ()
clone method
Box3 FbxObjectBase.getBounds! ( in Float64 time, io Boolean isConstant )
Returns the bounds of this object, including all children and this Xform, if any
Ref<FbxObject> FbxObjectBase.getChild? ( in String name )
Ref<FbxObject> FbxObjectBase.getChild? ( in UInt32 index )
Box3 FbxObjectBase.getChildBounds! ( in Float64 time, io Boolean isConstant )
Returns the bounding box
String FbxObjectBase.getName? ()
UInt32 FbxObjectBase.getNumChildren? ()
Ref<FbxObject> FbxObjectBase.getParent? ()
Ref<FbxArchiveReader> FbxObjectBase.getReader? ()
Box3 FbxObjectBase.getSelfBounds! ( in Float64 time, io Boolean isConstant )
Returns the bounds of this object, excluding the children
FbxObjectBase.init! ( in String name, io Ref<FbxArchiveReader> reader, io FbxObject parentObj )