Position
Introduction
Position and X,Y,Z properties
// These do the same thing:
positionedObjectInstance.Position.X = 3;
positionedObjectInstance.X = 3;Position is Effectively Read-Only when Attached to a Parent
Last updated
Was this helpful?