Show / Hide Table of Contents

Struct RayHit

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Physics
Assembly: SlipeServer.Physics.dll
Syntax
public struct RayHit

Fields

| Edit this page View Source

Collidable

Declaration
public CollidableReference Collidable
Field Value
Type Description
CollidableReference
| Edit this page View Source

Normal

Declaration
public Vector3 Normal
Field Value
Type Description
Vector3
| Edit this page View Source

distance

Declaration
public float distance
Field Value
Type Description
float
| Edit this page View Source

ray

Declaration
public RayData ray
Field Value
Type Description
RayData
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX