Serialization.

GetAccessor(SerializedProperty) Method

Summary

Returns an Animancer.Editor.Serialization.PropertyAccessor that can be used to access the details of the specified `property`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
Serialization

Syntax

public static Serialization.PropertyAccessor GetAccessor(this SerializedProperty property)

Parameters

Name Type Description
property SerializedProperty

Return Value