Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetComposers(Allocator)

Get all the currently active composers.
Read time 1 minuteLast updated 13 days ago

Definition

public static NativeArray<PhysicsComposer> GetComposers(Allocator allocator = Allocator.Temp)

Parameters

allocator

The memory allocator to use for the results. This can only be Allocator.Temp, Allocator.TempJob or Allocator.Persistent.

Returns

Type

Description

NativeArray<PhysicsComposer>All the currently active composers.