| 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.38.0 (9.9.38.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static SoTextureUnitElementMappingMethods GetActiveMappingMethod(
SoState state
)<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Function GetActiveMappingMethod (
state As SoState
) As SoTextureUnitElementMappingMethodspublic:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static SoTextureUnitElementMappingMethods GetActiveMappingMethod(
SoState^ state
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
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