SoExtTexture2loadingThreadPriority Property |
Specifies the priority of the texture loading thread when activated (syncMode = ASYNCHRONOUS).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFInt32 loadingThreadPriority { get; }
Public ReadOnly Property loadingThreadPriority As SoSFInt32
Get
public:
property SoSFInt32^ loadingThreadPriority {
SoSFInt32^ get ();
}
member loadingThreadPriority : SoSFInt32 with get
Property Value
Type:
SoSFInt32Remarks This part uses the SbThread class.
See Also