FbxArchiveReader (object)¶
Methods¶
FbxArchiveReader ( in FbxArchiveReader other ) | |
FbxArchiveReader ( in String filePath ) | |
FbxArchiveReader () | |
FbxArchiveReader | clone ? () |
FbxObject | get ? ( in String path ) |
FbxObject[String] | getAll ? () |
Ref<FbxHandle> | getHandle ? () |
String | getObjectType ? ( in FbxObject obj ) |
String | getObjectType ? ( in String path ) |
String | getPath ? () |
FbxObject | getTop ? () |
Boolean | has ? ( in String path ) |
Boolean | hasCharacter ? () |
set ! ( in String path, in FbxObject obj ) | |
~FbxArchiveReader () |
Methods in detail¶
FbxArchiveReader ( in FbxArchiveReader other )
copy constructor
FbxArchiveReader ( in String filePath )
Default constructor provided a fileName to a abc file.
default constructor
FbxArchiveReader FbxArchiveReader.clone? ()
clone method
FbxObject FbxArchiveReader.get? ( in String path )
Get the child at the given path
FbxObject[String] FbxArchiveReader.getAll? ()
Get the all the archive children
Ref<FbxHandle> FbxArchiveReader.getHandle? ()
Get the Fbx handle of the archive
String FbxArchiveReader.getObjectType? ( in FbxObject obj )
Get the object type, either a mesh, a transform ...
String FbxArchiveReader.getObjectType? ( in String path )
Get the type of an AlembicIObject based on its path
String FbxArchiveReader.getPath? ()
Get the archive’s path
FbxObject FbxArchiveReader.getTop? ()
Get the top object (root) of the fbx hierarchy
Boolean FbxArchiveReader.has? ( in String path )
Check if the archive has a child at path
Boolean FbxArchiveReader.hasCharacter? ()
Check if the archive has a skinned character
FbxArchiveReader.set! ( in String path, in FbxObject obj )
Set the FbxObject at the given path
~ FbxArchiveReader ()
Descructor