Sandbox Logo

Component.Transform

GameTransform Transform { get; set; }

Description

The transform of the GameObject this component belongs to. Components don't have their own transforms but they can access the transform of the GameObject they belong to. This is a shortcut for `GameObject.Transform`.

Return

User Comments