Show / Hide Table of Contents

Struct TransformAccessArray

Implements
IDisposable
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 TransformAccessArray : IDisposable

Constructors

| Improve this Doc View Source

TransformAccessArray(Int32, Int32)

Declaration
public TransformAccessArray(int capacity, int desiredJobCount = -1)
Parameters
Type Name Description
Int32 capacity
Int32 desiredJobCount
| Improve this Doc View Source

TransformAccessArray(Transform[], Int32)

Declaration
public TransformAccessArray(Transform[] transforms, int desiredJobCount = -1)
Parameters
Type Name Description
Transform[] transforms
Int32 desiredJobCount

Properties

| Improve this Doc View Source

capacity

Declaration
public int capacity { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

isCreated

Declaration
public bool isCreated { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Item[Int32]

Declaration
public Transform this[int index] { get; set; }
Parameters
Type Name Description
Int32 index
Property Value
Type Description
Transform
| Improve this Doc View Source

length

Declaration
public int length { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

Add(Transform)

Declaration
public void Add(Transform transform)
Parameters
Type Name Description
Transform transform
| Improve this Doc View Source

Allocate(Int32, Int32, out TransformAccessArray)

Declaration
public static void Allocate(int capacity, int desiredJobCount, out TransformAccessArray array)
Parameters
Type Name Description
Int32 capacity
Int32 desiredJobCount
TransformAccessArray array
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

RemoveAtSwapBack(Int32)

Declaration
public void RemoveAtSwapBack(int index)
Parameters
Type Name Description
Int32 index
| Improve this Doc View Source

SetTransforms(Transform[])

Declaration
public void SetTransforms(Transform[] transforms)
Parameters
Type Name Description
Transform[] transforms

Implements

System.IDisposable

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