NodeContentΒΆ
-
class
NodeContent: ContentItem Provides a base class for graphics types that define local coordinate systems.
-
readonly Matrix
AbsoluteTransform Gets the value of the local Transform property, multiplied by the AbsoluteTransform of the parent.
-
readonly AnimationContentDictionary
Animations Gets the set of animations belonging to this node.
-
readonly NodeContentCollection
Children Gets the children of the NodeContent object.
-
NodeContent
Parent Gets the parent of this NodeContent object.
-
Matrix
Transform Gets the transform matrix of the scene. The transform matrix defines a local coordinate system for the content in addition to any children of this object.
-
readonly Matrix