Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ITransform

This interface provides access to a VisualElement transform data.
Read time 1 minuteLast updated 2 days ago

Definition

public interface ITransform

Remarks

Reading properties of this object gives information about the transform of its VisualElement. It is possible to write the position, scale and rotation of the transform.

Properties

Property

Description

matrixTransformation matrix calculated from the position, rotation and scale of the transform (Read Only).