Click or drag to resize
SoVertexShaderParameterBufferObjecttype Property

Specifies the data type from the class SbDataType of each generic vertex parameter component.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFEnum<SbDataTypeDataTypes> type { get; }

Property Value

Type: SoSFEnumSbDataTypeDataTypes
Remarks

. SbDataType.Unknown is not allowed, the default value is SbDataType.FLOAT.

See Also