Class MyCameraBlock.RaycastInfo
Inheritance
System.Object
MyCameraBlock.RaycastInfo
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
public sealed class RaycastInfo : ValueType
Fields
Distance
Declaration
public double Distance
Field Value
Type | Description |
---|---|
System.Double |
End
Declaration
public Vector3D End
Field Value
Type | Description |
---|---|
Vector3D |
Hit
Declaration
public Nullable<Vector3D> Hit
Field Value
Type | Description |
---|---|
System.Nullable<Vector3D> |
Start
Declaration
public Vector3D Start
Field Value
Type | Description |
---|---|
Vector3D |