Gets a value indicating whether the bomb is started or not. The bomb starts after first Update() call and can become non-started after Reset() call


Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsStarted As Boolean
C#
public bool IsStarted { get; }
C++
public property bool IsStarted sealed {
bool get();
}
J#
/** property */
public bool get_IsStarted();
JScript
public function get IsStarted() : bool

See Also