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