Table of Contents

Class EyeRaycaster

Namespace
VoxelPlayground.Gaming
Assembly
GamePlay.dll
public class EyeRaycaster : Singleton<EyeRaycaster>
Inheritance
object
EyeRaycaster
Inherited Members
Extension Methods

Fields

target

public GameObject target

Field Value

GameObject

Properties

HitBtn

public InteractableButton HitBtn { get; }

Property Value

InteractableButton

HitEntity

public Entity HitEntity { get; }

Property Value

Entity

HitRig

public Rigidbody HitRig { get; }

Property Value

Rigidbody

Methods

getHitPoint()

public GameObject getHitPoint()

Returns

GameObject

ShowHitEffect()

public void ShowHitEffect()