Show / Hide Table of Contents

Struct RaycastInfo

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

Fields

cell

Declaration
public Cell cell
Field Value
Type Description
Cell

cellDir

Declaration
public CellDir? cellDir
Field Value
Type Description
CellDir?

distance

Declaration
public float distance
Field Value
Type Description
float

point

Declaration
public Vector3 point
Field Value
Type Description
Vector3
In this article
Back to top Generated by DocFX