C# Класс Axiom.Components.Terrain.RayResult

Result from a terrain ray intersection with the terrain group.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Hit bool
Position Vector3
Terrain Axiom.Components.Terrain.Terrain

Открытые методы

Метод Описание
RayResult ( bool hit, Axiom.Components.Terrain.Terrain terrain, Vector3 pos ) : System

Constructor.

Описание методов

RayResult() публичный метод

Constructor.
public RayResult ( bool hit, Axiom.Components.Terrain.Terrain terrain, Vector3 pos ) : System
hit bool Whether an intersection occurred
terrain Axiom.Components.Terrain.Terrain Which terrain instance was hit, if any
pos Vector3 Position at which the intersection occurred
Результат System

Описание свойств

Hit публичное свойство

Whether an intersection occurred
public bool Hit
Результат bool

Position публичное свойство

Position at which the intersection occurred
public Vector3 Position
Результат Vector3

Terrain публичное свойство

Which terrain instance was hit, if any
public Terrain,Axiom.Components.Terrain Terrain
Результат Axiom.Components.Terrain.Terrain