Show / Hide Table of Contents

Interface ITransform

Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public interface ITransform

Properties

| Improve this Doc View Source

matrix

Declaration
Matrix4x4 matrix { get; }
Property Value
Type Description
Matrix4x4
| Improve this Doc View Source

position

Declaration
Vector3 position { get; set; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

rotation

Declaration
Quaternion rotation { get; set; }
Property Value
Type Description
Quaternion
| Improve this Doc View Source

scale

Declaration
Vector3 scale { get; set; }
Property Value
Type Description
Vector3

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX