Show / Hide Table of Contents

Class ElementAttachOffsetsChangedArgs

Inheritance
object
EventArgs
ElementAttachOffsetsChangedArgs
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 ElementAttachOffsetsChangedArgs : EventArgs

Constructors

| Edit this page View Source

ElementAttachOffsetsChangedArgs(Element, Element, Vector3, Vector3)

Declaration
public ElementAttachOffsetsChangedArgs(Element source, Element target, Vector3 offsetPosition, Vector3 offsetRotation)
Parameters
Type Name Description
Element source
Element target
Vector3 offsetPosition
Vector3 offsetRotation

Properties

| 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

Target

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