Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AnimationSceneHandleUtility

Static class providing utility functions for animation scene handles.
Read time 1 minuteLast updated 12 days ago

Definition

public static class AnimationSceneHandleUtility

Remarks

Additional Resources: AnimationStream and PropertySceneHandle.

Static Methods

Method

Description

ReadFloatsReads float properties from the PropertySceneHandle array (handles) and stores the floats in the provided buffer. The buffer must have enough allocated space to store all values.
ReadIntsReads integer properties from the PropertySceneHandle array (handles) and stores the integers in the provided buffer. The buffer must have enough allocated space to store all values.