Struct ElementAttachment
Inherited Members
Namespace: SlipeServer.Packets.Definitions.Entities.Structs
Assembly: SlipeServer.Packets.dll
Syntax
public struct ElementAttachment
Properties
| Edit this page View SourceAttachmentPosition
Declaration
public Vector3 AttachmentPosition { readonly get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
AttachmentRotation
Declaration
public Vector3 AttachmentRotation { readonly get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
ElementId
Declaration
public ElementId ElementId { readonly get; set; }
Property Value
Type | Description |
---|---|
ElementId |