
Public Member Functions | |
override void | Dispose () |
override bool | Empty () |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.Exchange.ExportOBJOptionsKit in_kit) |
ExportOBJOptionsKit () | |
ExportOBJOptionsKit (HPS.Exchange.ExportOBJOptionsKit in_kit) | |
override int | GetHashCode () |
override HPS.Type | ObjectType () |
void | Set (HPS.Exchange.ExportOBJOptionsKit in_kit) |
HPS.Exchange.ExportOBJOptionsKit | SetTextureFolder (string in_name) |
void | Show (out HPS.Exchange.ExportOBJOptionsKit out_kit) |
bool | ShowTextureFolder (out string out_path) |
HPS.Exchange.ExportOBJOptionsKit | UnsetEverything () |
HPS.Exchange.ExportOBJOptionsKit | 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.ExportOBJOptionsKit | GetDefault () |
static bool | operator!= (HPS.Exchange.ExportOBJOptionsKit a, HPS.Exchange.ExportOBJOptionsKit b) |
static bool | operator== (HPS.Exchange.ExportOBJOptionsKit a, HPS.Exchange.ExportOBJOptionsKit 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.ExportOBJOptionsKit class is a user space object. It contains settings controlling how OBJ data is exported via Exchange. Calling HPS.Exchange.ExportOBJOptionsKit.GetDefault() will return an options kit with values found in here.
Constructor & Destructor Documentation
◆ ExportOBJOptionsKit() [1/2]
|
inline |
The default constructor creates an empty ExportOBJOptionsKit object.
◆ ExportOBJOptionsKit() [2/2]
|
inline |
The copy constructor creates a new ExportOBJOptionsKit object that contains the same settings as the source ExportOBJOptionsKit.
- Parameters
-
in_kit The source ExportOBJOptionsKit to copy.
Member Function Documentation
◆ Empty()
|
inlinevirtual |
Indicates whether this ExportOBJOptionsKit has any values set on it.
- Returns
- true if no values are set on this ExportOBJOptionsKit, false otherwise.
Reimplemented from HPS.Object.
◆ Equals()
|
inline |
Check if the source ExportOBJOptionsKit is equivalent to this ExportOBJOptionsKit.
- Parameters
-
in_kit The source ExportOBJOptionsKit to compare to this ExportOBJOptionsKit.
- Returns
- true if the objects are equivalent, false otherwise.
◆ GetDefault()
|
inlinestatic |
Creates an ExportOBJOptionsKit 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.ExportOBJ.
- Returns
- An ExportOBJOptionsKit 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 ExportOBJOptionsKit into this ExportOBJOptionsKit.
- Parameters
-
in_kit The source ExportOBJOptionsKit to copy.
◆ 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)
- 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 A3DRWParamsExportObjData::m_pcTextureFolder.
- Returns
- A reference to this ExportOBJOptionsKit.
◆ Show()
|
inline |
Copies this ExportOBJOptionsKit into the given ExportOBJOptionsKit.
- Parameters
-
out_kit The ExportOBJOptionsKit to populate with the contents of this ExportOBJOptionsKit.
◆ 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.
◆ UnsetEverything()
|
inline |
Removes all settings from this ExportOBJOptionsKit.
- Returns
- A reference to this ExportOBJOptionsKit.
◆ UnsetTextureFolder()
|
inline |
Removes the texture folder setting.
- Returns
- A reference to this ExportOBJOptionsKit.
The documentation for this class was generated from the following file:
- internals/hps_sprk_exchange/source/cs/HPS.Exchange.cs