SoVertexShaderParameterBufferObjecttype Property |
Specifies the data type from the class SbDataType of each generic vertex parameter component.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFEnum<SbDataTypeDataTypes> type { get; }
Public ReadOnly Property type As SoSFEnum(Of SbDataTypeDataTypes)
Get
public:
property SoSFEnum<SbDataTypeDataTypes>^ type {
SoSFEnum<SbDataTypeDataTypes>^ get ();
}
member type : SoSFEnum<SbDataTypeDataTypes> with get
Property Value
Type:
SoSFEnumSbDataTypeDataTypes
Remarks. SbDataType.Unknown is not allowed, the default value is SbDataType.FLOAT.
See Also