SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Struct ScoreEvent

    Implements
    IEvent
    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
    Type Name Description
    ScoreEventTypes eventType
    System.Single scoreChange

    Fields

    EventType

    Declaration
    public ScoreEventTypes EventType
    Field Value
    Type Description
    ScoreEventTypes

    ScoreChange

    Declaration
    public float ScoreChange
    Field Value
    Type Description
    System.Single

    Methods

    Trigger(ScoreEventTypes, Single)

    Declaration
    public static void Trigger(ScoreEventTypes eventType, float scoreChange = 0F)
    Parameters
    Type Name Description
    ScoreEventTypes eventType
    System.Single scoreChange

    Implements

    IEvent
    In This Article
    Back to top Generated by DocFX