Delegate RigidPart.DragingEvent
Namespace: Experior.Core.Parts
Assembly: Experior.Core.dll
Syntax
public delegate void DragingEvent(RigidPart sender, Vector3 delta, RigidPart.DraggingEventArgs args);
Parameters
Type | Name | Description |
---|---|---|
RigidPart | sender | |
System.Numerics.Vector3 | delta | |
RigidPart.DraggingEventArgs | args |