SoTextureUnitElementGetActiveMappingMethod Method |
Note: This API is now obsolete.
Returns the current active mapping method according to the current texture unit.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static SoTextureUnitElementMappingMethods GetActiveMappingMethod(
SoState state
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function GetActiveMappingMethod (
state As SoState
) As SoTextureUnitElementMappingMethods
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static SoTextureUnitElementMappingMethods GetActiveMappingMethod(
SoState^ state
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member GetActiveMappingMethod :
state : SoState -> SoTextureUnitElementMappingMethods
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SoTextureUnitElementMappingMethods
RemarksObsoletesince Open Inventor 10000
No more used.
See Also