Struct RaycastInfo
Inherited Members
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 |