Click or drag to resize

VisualSetIsStaticDeep Method

Set the IsStatic property for this Visual and all children recursively.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void SetIsStaticDeep(
	bool isStatic
)

Parameters

isStatic  Boolean
Whether the visual tree should be static or not.
See Also