Class ElementAttachOffsetsChangedArgs
  
  
  
    Inheritance
    
    
    ElementAttachOffsetsChangedArgs
   
  
  
  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
  
  Properties
  
    |
    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
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Target
  
  
  Declaration
  
    public Element Target { get; }
   
  Property Value