Class OmniGridCell
- Namespace
- FistVR
- Assembly
- Assembly-CSharp.dll
public class OmniGridCell : MonoBehaviour, IFVRDamageable
- Inheritance
-
OmniGridCell
- Implements
-
Constructors
OmniGridCell()
Fields
CellImage
Field Value
- Image
CellText
Field Value
- Text
DefaultImageColor
public Color DefaultImageColor
Field Value
- Color
ErrorImageColor
public Color ErrorImageColor
Field Value
- Color
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