Interface IOptimizedAccessor
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.dll
Syntax
public interface IOptimizedAccessor
Methods
Compile()
Declaration
void Compile()
GetValue(object)
Declaration
object GetValue(object target)
Parameters
| Type | Name | Description |
|---|---|---|
| object | target |
Returns
| Type | Description |
|---|---|
| object |
SetValue(object, object)
Declaration
void SetValue(object target, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| object | target | |
| object | value |