You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual/graphics/tutorials/custom-actors-scenes-drawing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# HOWTO: Draw custom set of actors or scenes
2
2
3
-
By default Flax draws all loaded scenes into the game viewport. There are several ways to incldue or exclude specific objects from being visible such as:
3
+
By default Flax draws all loaded scenes into the game viewport. There are several ways to include or exclude specific objects from being visible such as:
4
4
* Actor enable state (`IsActiveInHierarchy`) - only active actors are visible.
5
5
* Actor layer mask - only actors matching camera's (`RenderLayersMask`) or view's layers mask are visible.
6
6
* Custom actor or scenes set on Scene Render Task (`MainRenderTask.Instance.ActorsSource`).
0 commit comments