Gets or sets the x offset applied to this node by its matrix.
The x offset applied to this node, specified in the parent coordinate system.
The offset affects this node and all of its descendents and is specified in the parent coordinate system. This returns the value that is in the dx position of the matrix. Setting this property directly sets that value. Unlike PNode.TranslateBy()
, this is not affected by the scale value of the matrix.
PNode Class | UMD.HCIL.Piccolo Namespace