Class VFXDataAnchorGizmoContext
Inheritance
System.Object
VFXDataAnchorGizmoContext
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
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 Parameters
Overrides