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