SoLightElementGetLights Method |
Returns the current list of light nodes 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 SoNodeList GetLights(
SoState state
)
Public Shared Function GetLights (
state As SoState
) As SoNodeList
public:
static SoNodeList^ GetLights(
SoState^ state
)
static member GetLights :
state : SoState -> SoNodeList
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SoNodeListRemarks See Also