Skip to content

Commit f3a22e1

Browse files
committed
NodeAttributes documentation updated
1 parent 13813e7 commit f3a22e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SA3D.Modeling/ObjectData/Enums/NodeAttributes.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ public enum NodeAttributes : uint
5050
NoMorph = Flag32.B7,
5151

5252
/// <summary>
53-
/// ?
53+
/// If the mesh bounds are out of view, skip children (for drawing)
5454
/// </summary>
5555
Clip = Flag32.B8,
5656

5757
/// <summary>
58-
/// ?
58+
/// unused
5959
/// </summary>
6060
Modifier = Flag32.B9,
6161

0 commit comments

Comments
 (0)