SoDataCompositor.dataType Property |
Data type of the final composed buffer.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFEnum<SoDataCompositor. DataTypes> dataType { get; }
Public ReadOnly Property dataType As SoSFEnum(Of SoDataCompositor.DataTypes)
Get
public:
property SoSFEnum<SoDataCompositor. DataTypes>^ dataType {
SoSFEnum<SoDataCompositor. DataTypes>^ get ();
}
member dataType : SoSFEnum<SoDataCompositor. DataTypes> with get
Property Value
Type:
SoSFEnum<SoDataCompositor.DataTypes>
Remarks. Default is UNSIGNED_BYTE. NOTE: If OIV.LDM.Nodes.SoDataCompositor.m_rgbaMode is true, this field is ignored and the output buffer is UNSIGNED_INT32.
See Also