Class ElementAttachedEventArgs
Inheritance
ElementAttachedEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class ElementAttachedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
ElementAttachedEventArgs(Element, Element, Vector3, Vector3)
Declaration
public ElementAttachedEventArgs(Element source, Element attachedTo, Vector3 offsetPosition, Vector3 offsetRotation)
Parameters
Properties
|
Edit this page
View Source
AttachedTo
Declaration
public Element AttachedTo { get; }
Property Value
|
Edit this page
View Source
OffsetPosition
Declaration
public Vector3 OffsetPosition { get; }
Property Value
|
Edit this page
View Source
OffsetRotation
Declaration
public Vector3 OffsetRotation { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
public Element Source { get; }
Property Value