Interface IOptimizedAccessor
Namespace: Unity.VisualScripting
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 |