Ronen 8 years ago
parent
commit
38c8e092a3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MonoGameSceneGraph/Source/Node.cs

+ 1 - 0
MonoGameSceneGraph/Source/Node.cs

@@ -109,6 +109,7 @@ namespace MonoGameSceneGraph
         /// of this node changes. Its not necessarily a sequence, but if you check this number for changes every
         /// frame its a good indication of transformation change.
         /// </summary>
+        public uint TransformVersion { get { return _transformVersion; } }
 
         /// <summary>
         /// Draw the node and its children.