docs.unity3d.com
    Show / Hide Table of Contents

    Class UniversalDataSystem.EventDebugStringRequest

    Convert an event to a readable string

    Inheritance
    Object
    Request
    UniversalDataSystem.EventDebugStringRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.UDS
    Syntax
    public class EventDebugStringRequest : Request

    Properties

    EventData

    Event to convert

    Declaration
    public UniversalDataSystem.UDSEvent EventData { get; set; }
    Property Value
    Type Description
    UniversalDataSystem.UDSEvent

    Output

    Output string

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

    UserId

    User Id

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

    Methods

    Run()

    Declaration
    protected override void Run()
    Overrides
    Request.Run()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020