SoLDMTileManagerSetAllowLoading Method |
This function is called when using the NO_USER_INTERACTION mode.
This mode should essentially allow loading only when the user does not interact with the scene.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual void SetAllowLoading(
bool allowLoad
)
Public Overridable Sub SetAllowLoading (
allowLoad As Boolean
)
public:
virtual void SetAllowLoading(
bool allowLoad
)
abstract SetAllowLoading :
allowLoad : bool -> unit
override SetAllowLoading :
allowLoad : bool -> unit
Parameters
- allowLoad
- Type: SystemBoolean
See Also