Class DivingBellReadyState
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public class DivingBellReadyState : DivingBellState
- Inheritance
-
DivingBellReadyState
- Inherited Members
- Extension Methods
Constructors
DivingBellReadyState(bool)
public DivingBellReadyState(bool onSurface)
Parameters
onSurface
bool
Properties
OnSurface
public bool OnSurface { get; set; }
Property Value
Methods
SetStatusText(TextMeshProUGUI)
public override void SetStatusText(TextMeshProUGUI statusText)
Parameters
statusText
TextMeshProUGUI