docs.unity3d.com
    Show / Hide Table of Contents

    Struct InitResult

    The initialization state of NpToolkit

    Namespace: Unity.PSN.PS5.Initialization
    Syntax
    public struct InitResult

    Properties

    DllVersion

    The current Version number for the SonyNp assembly

    Declaration
    public Version DllVersion { get; }
    Property Value
    Type Description
    Version

    Initialized

    Has NpToolkit been initialize correctly

    Declaration
    public bool Initialized { get; }
    Property Value
    Type Description
    Boolean

    SceSDKVersion

    The current SDK version as Major, Minor and Patch values.

    Declaration
    public SceSDKVersion SceSDKVersion { get; }
    Property Value
    Type Description
    SceSDKVersion

    SceSDKVersionValue

    The current SDK version the native plugin is built with

    Declaration
    public uint SceSDKVersionValue { get; }
    Property Value
    Type Description
    UInt32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020