SoTextureTransformElementGet Method (SoState, Int32) |
Returns the current texture name from the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoTexture2Transform Get(
SoState state,
int unit
)
Public Shared Function Get (
state As SoState,
unit As Integer
) As SoTexture2Transform
public:
static SoTexture2Transform^ Get(
SoState^ state,
int unit
)
static member Get :
state : SoState *
unit : int -> SoTexture2Transform
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- unit
- Type: SystemInt32
Return Value
Type:
SoTexture2TransformRemarks See Also