Class PickResult
Inheritance
System.Object
PickResult
Inherited Members
System.Object.ToString()
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
public class PickResult
Fields
Cancel
Declaration
public static readonly PickResult Cancel
Field Value
Type | Description |
---|---|
PickResult |
Direction
Declaration
public Vector3 Direction
Field Value
Type | Description |
---|---|
System.Numerics.Vector3 |
Distance
Declaration
public float Distance
Field Value
Type | Description |
---|---|
System.Single |
Empty
Declaration
public static readonly PickResult Empty
Field Value
Type | Description |
---|---|
PickResult |
FixPoint
Declaration
public static readonly PickResult FixPoint
Field Value
Type | Description |
---|---|
PickResult |
Overwritten
Declaration
public static readonly PickResult Overwritten
Field Value
Type | Description |
---|---|
PickResult |
Properties
Assembly
Declaration
public Assembly Assembly { get; }
Property Value
Type | Description |
---|---|
Assembly |
Part
Declaration
public RigidPart Part { get; }
Property Value
Type | Description |
---|---|
RigidPart |