Class RaycastInfo
Inheritance
System.Object
RaycastInfo
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public sealed class RaycastInfo : ValueType
Fields
cell
Declaration
public Cell cell
Field Value
| Type | Description |
|---|---|
| Cell |
cellDir
Declaration
public Nullable<CellDir> cellDir
Field Value
| Type | Description |
|---|---|
| System.Nullable<CellDir> |
distance
Declaration
public float distance
Field Value
| Type | Description |
|---|---|
| System.Single |
point
Declaration
public Vector3 point
Field Value
| Type | Description |
|---|---|
| Vector3 |