Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ReadInts(AnimationStream, NativeArray<PropertyStreamHandle>, NativeArray<int>)

Reads integer properties from the PropertyStreamHandle array (handles) and stores the integers in the provided buffer. The buffer must have enough allocated space to store all values.
Read time 1 minuteLast updated 12 days ago

Definition

public static void ReadInts(AnimationStream stream, NativeArray<PropertyStreamHandle> handles, NativeArray<int> buffer)

Parameters

The animation stream.

The PropertyStreamHandle array to read from.

The buffer that stores integer values.