Show / Hide Table of Contents

Interface ITweenSetterPlugin<TTarget, TValue>

Plugin providing set access to a property.

Inherited Members
ITweenPlugin.Initialize(Tween, TweenPluginType, Object)
Namespace: Sttz.Tweener.Core
Assembly: cs.temp.dll.dll
Syntax
public interface ITweenSetterPlugin<TTarget, TValue> : ITweenPlugin
Type Parameters
Name Description
TTarget
TValue

Methods

SetValue(TTarget, String, TValue, ref Object)

Set the value of the property on the target object.

Declaration
void SetValue(TTarget target, string property, TValue value, ref object userData)
Parameters
Type Name Description
TTarget target

The target object

System.String property

The property name

TValue value

The value to set

System.Object userData

User data set by the loader

Back to top © 2018 Adrian Stutz