Show / Hide Table of Contents

Struct ElementAttachment

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Packets.Definitions.Entities.Structs
Assembly: SlipeServer.Packets.dll
Syntax
public struct ElementAttachment

Properties

| Edit this page View Source

AttachmentPosition

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

AttachmentRotation

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

ElementId

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