SoTextureUnitElementSet Method |
Note: This API is now obsolete.
Sets the current texture unit and mapping method.
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 void Set(
SoState state,
SoNode node,
int unit,
SoTextureUnitElementMappingMethods mappingMethod
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Sub Set (
state As SoState,
node As SoNode,
unit As Integer,
mappingMethod As SoTextureUnitElementMappingMethods
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static void Set(
SoState^ state,
SoNode^ node,
int unit,
SoTextureUnitElementMappingMethods mappingMethod
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member Set :
state : SoState *
node : SoNode *
unit : int *
mappingMethod : SoTextureUnitElementMappingMethods -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- unit
- Type: SystemInt32
- mappingMethod
- Type: OIV.Inventor.ElementsSoTextureUnitElementMappingMethods
RemarksObsoletesince Open Inventor 10000
No more used.
See Also