Search Results for

    Show / Hide Table of Contents

    Class SUEvent

    Inheritance
    Object
    SUEvent
    Namespace: Surfer
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class SUEvent

    Constructors

    SUEvent(SUEvent.Type_ID)

    Declaration
    public SUEvent(SUEvent.Type_ID type)
    Parameters
    Type Name Description
    SUEvent.Type_ID type

    Properties

    CEventsData

    Declaration
    public SUCustomEventsData CEventsData { get; }
    Property Value
    Type Description
    SUCustomEventsData

    FloatVal

    Declaration
    public float FloatVal { get; }
    Property Value
    Type Description
    Single

    IntVal

    Declaration
    public int IntVal { get; }
    Property Value
    Type Description
    Int32

    IntVal2

    Declaration
    public int IntVal2 { get; }
    Property Value
    Type Description
    Int32

    KeyCodeVal

    Declaration
    public KeyCode KeyCodeVal { get; }
    Property Value
    Type Description
    KeyCode

    Priority

    Declaration
    public int Priority { get; }
    Property Value
    Type Description
    Int32

    ScenesData

    Declaration
    public SUScenesData ScenesData { get; }
    Property Value
    Type Description
    SUScenesData

    StatesData

    Declaration
    public SUStatesData StatesData { get; }
    Property Value
    Type Description
    SUStatesData

    StringVal

    Declaration
    public string StringVal { get; }
    Property Value
    Type Description
    String

    Type

    Declaration
    public SUEvent.Type_ID Type { get; }
    Property Value
    Type Description
    SUEvent.Type_ID
    In This Article
    Back to top Copyright © 2021 ATStudio