Struct ScoreEvent
Namespace: SF
Assembly: cs.temp.dll.dll
Syntax
public struct ScoreEvent : IEvent
Constructors
ScoreEvent(ScoreEventTypes, Single)
Declaration
public ScoreEvent(ScoreEventTypes eventType, float scoreChange = 0F)
Parameters
Fields
EventType
Declaration
public ScoreEventTypes EventType
Field Value
ScoreChange
Declaration
Field Value
Type |
Description |
System.Single |
|
Methods
Trigger(ScoreEventTypes, Single)
Declaration
public static void Trigger(ScoreEventTypes eventType, float scoreChange = 0F)
Parameters
Implements