Skip to content

Commit 736c327

Browse files
authored
Merge pull request #180 from xxSeys1/CustomDrawingTypoFix
Fix typo in custom draw docs
2 parents 5855c82 + ed0d7e3 commit 736c327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/graphics/tutorials/custom-actors-scenes-drawing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HOWTO: Draw custom set of actors or scenes
22

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:
44
* Actor enable state (`IsActiveInHierarchy`) - only active actors are visible.
55
* Actor layer mask - only actors matching camera's (`RenderLayersMask`) or view's layers mask are visible.
66
* Custom actor or scenes set on Scene Render Task (`MainRenderTask.Instance.ActorsSource`).

0 commit comments

Comments
 (0)