Static methods

@:value({ opt : false })staticget(n:FbxNode, path:String, opt:Bool = false):FbxNode

staticgetAll(n:FbxNode, path:String):Array<FbxNode>

staticgetFloats(n:FbxNode):Array<Float>

staticgetId(n:FbxNode):Int

staticgetInts(n:FbxNode):Array<Int>

staticgetName(n:FbxNode):Null<String>

staticgetType(n:FbxNode):String

statichasProp(n:FbxNode, p:FbxProp):Bool

statictoBinary(n:FbxProp):Bytes

statictoFloat(n:FbxProp):Float

statictoInt(n:FbxProp):Int

statictoString(n:FbxProp):String