Class OffsetEventArgs
Event arguments for the OffsetChanged event.
Inherited Members
Namespace: Gorgon.Editor.Rendering
Assembly: Gorgon.Editor.API.dll
Syntax
public class OffsetEventArgs : EventArgs
Properties
| Edit this page View SourceOffset
Property to return the offset.
Declaration
public Vector2 Offset { get; }
Property Value
Type | Description |
---|---|
Vector2 |
Remarks
This value is in world space, relative to the RenderRegion.