Show / Hide Table of Contents

Struct TransformAccess

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Jobs
Assembly: UnityEngine.dll
Syntax
public struct TransformAccess

Properties

| Improve this Doc View Source

localPosition

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

localRotation

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

localScale

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

position

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

rotation

Declaration
public Quaternion rotation { get; set; }
Property Value
Type Description
Quaternion

Extension Methods

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