Interface VFXGizmo.IProperty<T>
Namespace: UnityEditor.VFX
Syntax
public interface IProperty<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
isEditable
Declaration
bool isEditable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
SetValue(T)
Declaration
void SetValue(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value |