Table of Contents

Class OmniGridCell

Namespace
FistVR
Assembly
Assembly-CSharp.dll
public class OmniGridCell : MonoBehaviour, IFVRDamageable
Inheritance
OmniGridCell
Implements

Constructors

OmniGridCell()

public OmniGridCell()

Fields

CellImage

public Image CellImage

Field Value

Image

CellText

public Text CellText

Field Value

Text

DefaultImageColor

public Color DefaultImageColor

Field Value

Color

ErrorImageColor

public Color ErrorImageColor

Field Value

Color

Grid

public OmniGrid Grid

Field Value

OmniGrid

Methods

Damage(Damage)

public void Damage(Damage dam)

Parameters

dam Damage

SetCanBeShot(bool)

public void SetCanBeShot(bool b)

Parameters

b bool

SetState(int, string)

public void SetState(int i, string s)

Parameters

i int
s string