Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Close Submission failedFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close Your name Your email Suggestion*Declarationpublic static void GetValues(NativeArray<BoundProperty> boundProperties, NativeArray<float> values);
Declarationpublic static void GetValues(NativeArray<BoundProperty> boundProperties, NativeArray<int> values); Parameters Parameter Description boundProperties The list of BoundProperty to get the values from. values Returns the list of float or integer values. Description
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.
Declarationpublic static void GetValues(NativeArray<BoundProperty> boundProperties, NativeArray<int> indices, NativeArray<float> values);
Declarationpublic static void GetValues(NativeArray<BoundProperty> boundProperties, NativeArray<int> indices, NativeArray<int> values); Parameters Parameter Description 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. Description
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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4