Class SceneCullingUtils
- Namespace
- Coherence.Editor
- Assembly
- Coherence.Editor.dll
public static class SceneCullingUtils
- Inheritance
-
SceneCullingUtils
Fields
defaultMask
public const ulong defaultMask = 16140901064495857664
Field Value
- ulong
Methods
IsVisible(Scene)
public static bool IsVisible(Scene scene)
Parameters
scene
Scene
Returns
- bool
Set(Scene, ulong)
public static void Set(Scene scene, ulong m)
Parameters
scene
Scene
m
ulong
SetVisible(Scene, bool)
public static void SetVisible(Scene scene, bool visible)
Parameters
scene
Scene
visible
bool
Unset(Scene, ulong)
public static void Unset(Scene scene, ulong m)
Parameters
scene
Scene
m
ulong