
Public Member Functions | |
override void | Dispose () |
override bool | Empty () |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.Exchange.ExportFBXOptionsKit in_kit) |
ExportFBXOptionsKit () | |
ExportFBXOptionsKit (HPS.Exchange.ExportFBXOptionsKit in_kit) | |
override int | GetHashCode () |
override HPS.Type | ObjectType () |
void | Set (HPS.Exchange.ExportFBXOptionsKit in_kit) |
HPS.Exchange.ExportFBXOptionsKit | SetAscii (bool in_state) |
HPS.Exchange.ExportFBXOptionsKit | SetTextureFolder (string in_name) |
void | Show (out HPS.Exchange.ExportFBXOptionsKit out_kit) |
bool | ShowAscii (out bool out_state) |
bool | ShowTextureFolder (out string out_path) |
HPS.Exchange.ExportFBXOptionsKit | UnsetAscii () |
HPS.Exchange.ExportFBXOptionsKit | UnsetEverything () |
HPS.Exchange.ExportFBXOptionsKit | UnsetTextureFolder () |
![]() | |
SprocketKit (HPS.SprocketKit in_that) | |
![]() | |
Sprocket (HPS.Sprocket in_that) | |
![]() | |
IntPtr | GetClassID () |
IntPtr | GetInstanceID () |
bool | HasType (HPS.Type in_mask) |
Object (HPS.Object that) | |
virtual void | Reset () |
virtual HPS.Type | Type () |
Static Public Member Functions | |
static HPS.Exchange.ExportFBXOptionsKit | GetDefault () |
static bool | operator!= (HPS.Exchange.ExportFBXOptionsKit a, HPS.Exchange.ExportFBXOptionsKit b) |
static bool | operator== (HPS.Exchange.ExportFBXOptionsKit a, HPS.Exchange.ExportFBXOptionsKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
The HPS.Exchange.ExportFBXOptionsKit class is a user space object. It contains settings controlling how FBX data is exported via the Exchange interface. Calling HPS.Exchange.ExportFBXOptionsKit.GetDefault() will return an options kit with values found in here.
Constructor & Destructor Documentation
◆ ExportFBXOptionsKit() [1/2]
|
inline |
The default constructor creates an empty ExportFBXOptionsKit object.
◆ ExportFBXOptionsKit() [2/2]
|
inline |
The copy constructor creates a new ExportFBXOptionsKit object that contains the same settings as the source ExportFBXOptionsKit.
- Parameters
-
in_kit The source ExportFBXOptionsKit to copy.
Member Function Documentation
◆ Empty()
|
inlinevirtual |
Indicates whether this ExportFBXOptionsKit has any values set on it.
- Returns
- true if no values are set on this ExportFBXOptionsKit, false otherwise.
Reimplemented from HPS.Object.
◆ Equals()
|
inline |
Check if the source ExportFBXOptionsKit is equivalent to this ExportFBXOptionsKit.
- Parameters
-
in_kit The source ExportFBXOptionsKit to compare to this ExportFBXOptionsKit.
- Returns
- true if the objects are equivalent, false otherwise.
◆ GetDefault()
|
inlinestatic |
Creates an ExportFBXOptionsKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default. These values will be used for import unless an option is overridden by the options passed to File.ExportFBX.
- Returns
- An ExportFBXOptionsKit with the default settings.
◆ ObjectType()
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.SprocketKit.
◆ Set()
|
inline |
Copies the source ExportFBXOptionsKit into this ExportFBXOptionsKit.
- Parameters
-
in_kit The source ExportFBXOptionsKit to copy.
◆ SetAscii()
|
inline |
Sets whether to write FBX data in ascii form. This corresponds to the value that will be passed to A3DRWParamsExportFBXData::m_bAscii.
- Parameters
-
in_state Whether to write FBX data in ascii form.
- Returns
- A reference to this ExportFBXOptionsKit.
- See also
- Default value
◆ SetTextureFolder()
|
inline |
Sets folder where texture will be exported (if any). If NULL, then texture are written in the same directory as the .fbx. Symbol @ is expanded as Filename of current file (without extension) Example: If the output file is 'C:/out/myfile.obj' and the texture folder is set to 'C:/out/myfile.obj', the exoport process will create a directory called 'C:/out/myfile' and place the textures there
- Parameters
-
in_name UTF8-encoded path to the folder where texture will be exported. This corresponds to the value that will be passed to and A3DRWParamsExportFbxData::m_pcTextureFolder.
- Returns
- A reference to this ExportFBXOptionsKit.
- See also
- Default value
◆ Show()
|
inline |
Copies this ExportFBXOptionsKit into the given ExportFBXOptionsKit.
- Parameters
-
out_kit The ExportFBXOptionsKit to populate with the contents of this ExportFBXOptionsKit.
◆ ShowAscii()
|
inline |
Shows the ascii export setting.
- Parameters
-
out_state Whether to write FBX data in ascii form.
- Returns
- true if a ascii export setting was specified, false otherwise.
◆ ShowTextureFolder()
|
inline |
Shows the texture folder setting.
- Parameters
-
out_path The path to the folder where texture will be exported.
- Returns
- true if a texture folder setting was specified, false otherwise.
◆ UnsetAscii()
|
inline |
Removes the ascii export setting.
- Returns
- A reference to this ExportFBXOptionsKit.
◆ UnsetEverything()
|
inline |
Removes all settings from this ExportFBXOptionsKit.
- Returns
- A reference to this ExportFBXOptionsKit.
◆ UnsetTextureFolder()
|
inline |
Removes the texture folder setting.
- Returns
- A reference to this ExportFBXOptionsKit.
The documentation for this class was generated from the following file:
- internals/hps_sprk_exchange/source/cs/HPS.Exchange.cs