Show / Hide Table of Contents

Class ElementAttachedEventArgs

Inheritance
object
EventArgs
ElementAttachedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
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
Type Name Description
Element source
Element attachedTo
Vector3 offsetPosition
Vector3 offsetRotation

Properties

| Edit this page View Source

AttachedTo

Declaration
public Element AttachedTo { get; }
Property Value
Type Description
Element
| Edit this page View Source

OffsetPosition

Declaration
public Vector3 OffsetPosition { get; }
Property Value
Type Description
Vector3
| Edit this page View Source

OffsetRotation

Declaration
public Vector3 OffsetRotation { get; }
Property Value
Type Description
Vector3
| Edit this page View Source

Source

Declaration
public Element Source { get; }
Property Value
Type Description
Element
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX