AnimationSceneHandleUtility

class in UnityEngine.Animations

Cambiar al Manual

Descripción

Static class providing utility functions for animation scene handles.

Funciones Estáticas

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.