The ImportOptionsKit class contains settings that will be set on the ShaderKit which is returned by File::Import. More...
Public Member Functions | |
override void | Dispose () |
ImportOptionsKit () | |
The default constructor creates an empty ImportOptionsKit object. More... | |
ImportOptionsKit (HPS.Shader.ImportOptionsKit in_kit) | |
The copy constructor creates a new ImportOptionsKit object that contains the same settings as the source ImportOptionsKit. More... | |
override HPS.Type | ObjectType () |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object. More... | |
void | Set (HPS.Shader.ImportOptionsKit in_kit) |
Copies the source ImportOptionsKit into this ImportOptionsKit. More... | |
void | Show (out HPS.Shader.ImportOptionsKit out_kit) |
Copies this ImportOptionsKit into the given ImportOptionsKit. More... | |
override bool | Empty () |
Indicates whether this ImportOptionsKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
override int | GetHashCode () |
bool | Equals (HPS.Shader.ImportOptionsKit in_kit) |
Check if the source ImportOptionsKit is equivalent to this ImportOptionsKit. More... | |
HPS.Shader.ImportOptionsKit | SetMultitexture (bool in_state) |
Sets whether to apply diffuse textures from layers greater than <span class='code>0 on top of the shader when it is applied to geometry. More... | |
HPS.Shader.ImportOptionsKit | SetParameterizationSource (HPS.Shader.Parameterization in_source) |
Sets the parameterization source for the shader. More... | |
HPS.Shader.ImportOptionsKit | SetTransformMatrix (HPS.MatrixKit in_transform) |
Sets the transform matrix for the shader. More... | |
HPS.Shader.ImportOptionsKit | UnsetMultitexture () |
Removes whether to apply diffuse textures from layers greater than 0 on top of the shader when it is applied to geometry. More... | |
HPS.Shader.ImportOptionsKit | UnsetParameterizationSource () |
Removes the parameterization source for the shader. More... | |
HPS.Shader.ImportOptionsKit | UnsetTransformMatrix () |
Removes the transform matrix for the shader. More... | |
HPS.Shader.ImportOptionsKit | UnsetEverything () |
Removes all settings from this ImportOptionsKit. More... | |
bool | ShowMultitexture (out bool out_state) |
Shows whether to apply diffuse textures from layers greater than 0 on top of the shader when it is applied to geometry. More... | |
bool | ShowParameterizationSource (out HPS.Shader.Parameterization out_source) |
Shows the parameterization source for the shader. More... | |
bool | ShowTransformMatrix (out HPS.MatrixKit out_transform) |
Shows the transform matrix for the shader. More... | |
![]() | |
IntPtr | GetClassID () |
Object (HPS.Object in_that) | |
The move constructor creates an Object by transferring the underlying impl of the rvalue reference to this Object thereby avoiding a copy and allocation. More... | |
HPS.Type | Type () |
This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More... | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
IntPtr | GetInstanceID () |
Returns an identifier that can be used to identify which instance of a class an object is. Different keys and controls will return the same value if they are backed by the same database resource. More... | |
Static Public Member Functions | |
static bool | operator== (HPS.Shader.ImportOptionsKit a, HPS.Shader.ImportOptionsKit b) |
static bool | operator!= (HPS.Shader.ImportOptionsKit a, HPS.Shader.ImportOptionsKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
HandleRef | cptr |
HandleRef | scptr |
bool | cMemOwn |
The ImportOptionsKit class contains settings that will be set on the ShaderKit which is returned by File::Import.
|
inline |
The default constructor creates an empty ImportOptionsKit object.
|
inline |
The copy constructor creates a new ImportOptionsKit object that contains the same settings as the source ImportOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_shader_1_1_import_options_kit" kindref="compound">ImportOptionsKit</ref> to copy. |
|
inlinevirtual |
Indicates whether this ImportOptionsKit has any values set on it.
Reimplemented from HPS.Object.
|
inline |
Check if the source ImportOptionsKit is equivalent to this ImportOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_shader_1_1_import_options_kit" kindref="compound">ImportOptionsKit</ref> to compare to this <ref refid="class_h_p_s_1_1_shader_1_1_import_options_kit" kindref="compound">ImportOptionsKit</ref>. |
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
Reimplemented from HPS.Object.
|
inline |
Copies the source ImportOptionsKit into this ImportOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_shader_1_1_import_options_kit" kindref="compound">ImportOptionsKit</ref> to copy. |
|
inline |
Sets whether to apply diffuse textures from layers greater than <span class='code>0 on top of the shader when it is applied to geometry.
in_state | Whether to apply diffuse textures from layers greater than 0 on top of the shader when it is applied to geometry. If true, the additional textures will be applied; if false, the addtional textures will not be applied. |
|
inline |
Sets the parameterization source for the shader.
in_source | The parameterization source for the shader. |
|
inline |
Sets the transform matrix for the shader.
in_transform | The transform matrix for the shader. |
|
inline |
Copies this ImportOptionsKit into the given ImportOptionsKit.
out_kit | The <ref refid="class_h_p_s_1_1_shader_1_1_import_options_kit" kindref="compound">ImportOptionsKit</ref> to populate with the contents of this <ref refid="class_h_p_s_1_1_shader_1_1_import_options_kit" kindref="compound">ImportOptionsKit</ref>. |
|
inline |
Shows whether to apply diffuse textures from layers greater than 0 on top of the shader when it is applied to geometry.
out_state | whether to apply diffuse textures from layers greater than 0 on top of the shader when it is applied to geometry. |
|
inline |
Shows the parameterization source for the shader.
out_source | The parameterization source for the shader. |
|
inline |
Shows the transform matrix for the shader.
out_transform | The transform matrix for the shader. |
|
inline |
Removes all settings from this ImportOptionsKit.
|
inline |
Removes whether to apply diffuse textures from layers greater than 0 on top of the shader when it is applied to geometry.
|
inline |
Removes the parameterization source for the shader.
|
inline |
Removes the transform matrix for the shader.