SoTextureUnitElementGetActiveMappingMethod Method |
Returns the current active mapping method according to the current texture unit.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic static SoTextureUnitElementMappingMethods GetActiveMappingMethod(
SoState state
)
Public Shared Function GetActiveMappingMethod (
state As SoState
) As SoTextureUnitElementMappingMethods
public:
static SoTextureUnitElementMappingMethods GetActiveMappingMethod(
SoState^ state
)
static member GetActiveMappingMethod :
state : SoState -> SoTextureUnitElementMappingMethods
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SoTextureUnitElementMappingMethods
Remarks
See Also