CollectionPropertyAccessor.

SetValue(Object, Object) Method

Summary

Gets the value of the from the Animancer.Editor.PropertyAccessor.Parent (if there is one), then uses it to set the value of the Animancer.Editor.PropertyAccessor.Field.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
CollectionPropertyAccessor

Syntax

public override void SetValue(Object obj, Object value)

Parameters

Name Type Description
obj Object
value Object

Return Value

Type Description
void