Interface VFXGizmo.IContext
Namespace: UnityEditor.VFX
Syntax
public interface IContext
Methods
RegisterProperty<T>(String)
Declaration
VFXGizmo.IProperty<T> RegisterProperty<T>(string memberPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | memberPath |
Returns
Type | Description |
---|---|
VFXGizmo.IProperty<T> |
Type Parameters
Name | Description |
---|---|
T |