Version: 2023.1
언어: 한국어
public static void GetValues (NativeArray<BoundProperty> boundProperties, NativeArray<float> values);
public static void GetValues (NativeArray<BoundProperty> boundProperties, NativeArray<int> values);

파라미터

boundProperties The list of BoundProperty to get the values from.
values Returns the list of float or integer values.

설명

Retrieves the float or integer value for each [[BoundProperty].

This method throws an ArgumentException if the NativeArray is not yet created.

This method throws an ArgumentException if the values list does not match the length of the boundProperties list.


public static void GetValues (NativeArray<BoundProperty> boundProperties, NativeArray<int> indices, NativeArray<float> values);
public static void GetValues (NativeArray<BoundProperty> boundProperties, NativeArray<int> indices, NativeArray<int> values);

파라미터

boundProperties The list of BoundProperty to get the values from.
indices The list of indices where each BoundProperty value will be written.
values Returns the list of float or integer values.

설명

Retrieves the float or integer value for each [[BoundProperty] and writes the value at a different index specified by the indices list.

This method throws an ArgumentException if the NativeArray is not yet created.

This method throws an ArgumentException if the indices list does not match the length of the boundProperties list.

This method throws an IndexOutOfRangeException if an index in the indices list is out of range.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961