SoTextureUnitElementGetMappingMethods Method |
Returns the mapping method associated with each texture unit.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static List<SoTextureUnitElementMappingMethods> GetMappingMethods(
SoState state
)
Public Shared Function GetMappingMethods (
state As SoState
) As List(Of SoTextureUnitElementMappingMethods)
public:
static List<SoTextureUnitElementMappingMethods>^ GetMappingMethods(
SoState^ state
)
static member GetMappingMethods :
state : SoState -> List<SoTextureUnitElementMappingMethods>
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
ListSoTextureUnitElementMappingMethods
Remarks
See Also