Summary
Calls
UnityEditor.SerializedProperty.GetArrayElementAtIndex(System.Int32)
on the Animancer.Editor.SerializedArrayProperty.Property
.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Containing Type
- Serialized
Array Property
Syntax
public SerializedProperty GetElement(int index)
Remarks
Returns
null
if the element is not actually a child of the Animancer.Editor.SerializedArrayProperty.Property
, which can happen
if multiple objects are selected with different array sizes.
Parameters
Name | Type | Description |
---|---|---|
index | int |
Return Value
Type | Description |
---|---|
SerializedProperty |