This is the old Animancer v7.4 documentation. Click here for the latest version.

Serialization.PropertyAccessor.

Serialization.

PropertyAccessor(Serialization.PropertyAccessor, string, FieldInfo, Type) Constructor

Summary

Creates a new Animancer.Editor.Serialization.PropertyAccessor.

Syntax

protected PropertyAccessor(Serialization.PropertyAccessor parent, string name, FieldInfo field, Type fieldElementType)

Parameters

Name Type Description
parent Serialization.PropertyAccessor
name string
field FieldInfo
fieldElementType Type

Return Value

Type Description
void