Show / Hide Table of Contents

Class FixPoint.SnappingProperties

Inheritance
System.Object
FixPoint.SnappingProperties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Parts
Assembly: Experior.Core.dll
Syntax
[Serializable]
[TypeConverter(typeof(ObjectConverter))]
public class SnappingProperties

Fields

position

Declaration
public Vector2 position
Field Value
Type Description
System.Numerics.Vector2

yaw

Declaration
public float yaw
Field Value
Type Description
System.Single

Properties

Offset

Declaration
[PropertyOrder(0)]
[TypeConverter(typeof(Vector2MeterToMillimeter))]
public Vector2 Offset { get; set; }
Property Value
Type Description
System.Numerics.Vector2

Yaw

Declaration
[PropertyOrder(1)]
[TypeConverter(typeof(RadiansToDegreesPI))]
[Browsable(true)]
public float Yaw { get; set; }
Property Value
Type Description
System.Single

Methods

Copy()

Declaration
public FixPoint.SnappingProperties Copy()
Returns
Type Description
FixPoint.SnappingProperties

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Events

OnChanged

Declaration
public event FixPoint.SnappingProperties.ChangedEvent OnChanged
Event Type
Type Description
FixPoint.SnappingProperties.ChangedEvent
Back to top Generated by DocFX