9 #ifndef RAMSES_EVISIBILITYMODE_H
10 #define RAMSES_EVISIBILITYMODE_H
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
EVisibilityMode
Definition: EVisibilityMode.h:21
@ Invisible
A node shall be invisible, but the node shall trigger its resources to be loaded.
@ Off
A node shall be invisible and the node shall not trigger its resources to be loaded.
@ Visible
A node shall be fully loaded and visible.