Class VFXDataAnchorGizmoContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.VFX.UI
Syntax
public class VFXDataAnchorGizmoContext : VFXGizmoUtility.Context, VFXGizmo.IContext
Properties
portType
Declaration
public override Type portType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Overrides
space
Declaration
public override VFXCoordinateSpace space { get; }
Property Value
Type | Description |
---|---|
VFXCoordinateSpace |
Overrides
value
Declaration
public override object value { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
Methods
InternalPrepare()
Declaration
protected override void InternalPrepare()
Overrides
RegisterProperty<T>(String)
Declaration
public override VFXGizmo.IProperty<T> RegisterProperty<T>(string member)
Parameters
Type | Name | Description |
---|---|---|
System.String | member |
Returns
Type | Description |
---|---|
VFXGizmo.IProperty<T> |
Type Parameters
Name | Description |
---|---|
T |