SoTextureUnitElement.Set Method |
Sets the current texture unit and mapping method.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic static void Set(
SoState state,
SoNode node,
int unit,
SoTextureUnitElement. MappingMethods mappingMethod
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
unit As Integer,
mappingMethod As SoTextureUnitElement. MappingMethods
)
public:
static void Set(
SoState^ state,
SoNode^ node,
int unit,
SoTextureUnitElement. MappingMethods mappingMethod
)
static member Set :
state : SoState *
node : SoNode *
unit : int *
mappingMethod : SoTextureUnitElement. MappingMethods -> unit
Parameters
- state
- Type: OIV.Inventor.Misc.SoState
- node
- Type: OIV.Inventor.Nodes.SoNode
- unit
- Type: System.Int32
- mappingMethod
- Type: OIV.Inventor.Elements.SoTextureUnitElement.MappingMethods
Remarks
See Also