docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UnityAttributes

    Attributes retrieved by Unity.

    Inheritance
    object
    UnityAttributes
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.RemoteConfig
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class UnityAttributes

    Constructors

    UnityAttributes(string, string, string, string, string, string, string, string, string, int, string, int)

    Initializes a new instance of the UnityAttributes class.

    Declaration
    [Preserve]
    public UnityAttributes(string appVersion = null, string appBuildVersion = null, string country = null, string cpu = null, string cpuFrequency = null, string graphicsDeviceVendor = null, string language = null, string osVersion = null, string platform = null, int ram = 0, string model = null, int timeSinceStart = 0)
    Parameters
    Type Name Description
    string appVersion

    appVersion.

    string appBuildVersion

    appBuildVersion.

    string country

    country.

    string cpu

    cpu.

    string cpuFrequency

    cpuFrequency.

    string graphicsDeviceVendor

    graphicsDeviceVendor.

    string language

    language.

    string osVersion

    osVersion.

    string platform

    platform.

    int ram

    ram.

    string model

    model.

    int timeSinceStart

    timeSinceStart.

    Properties

    AppBuildVersion

    Gets or Sets AppBuildVersion

    Declaration
    [Preserve]
    public string AppBuildVersion { get; set; }
    Property Value
    Type Description
    string

    AppVersion

    Gets or Sets AppVersion

    Declaration
    [Preserve]
    public string AppVersion { get; set; }
    Property Value
    Type Description
    string

    Country

    Gets or Sets Country

    Declaration
    [Preserve]
    public string Country { get; set; }
    Property Value
    Type Description
    string

    Cpu

    Gets or Sets Cpu

    Declaration
    [Preserve]
    public string Cpu { get; set; }
    Property Value
    Type Description
    string

    CpuFrequency

    Gets or Sets CpuFrequency

    Declaration
    [Preserve]
    public string CpuFrequency { get; set; }
    Property Value
    Type Description
    string

    GraphicsDeviceVendor

    Gets or Sets GraphicsDeviceVendor

    Declaration
    [Preserve]
    public string GraphicsDeviceVendor { get; set; }
    Property Value
    Type Description
    string

    Language

    Gets or Sets Language

    Declaration
    [Preserve]
    public string Language { get; set; }
    Property Value
    Type Description
    string

    Model

    Gets or Sets Model

    Declaration
    [Preserve]
    public string Model { get; set; }
    Property Value
    Type Description
    string

    OsVersion

    Gets or Sets OsVersion

    Declaration
    [Preserve]
    public string OsVersion { get; set; }
    Property Value
    Type Description
    string

    Platform

    Gets or Sets Platform

    Declaration
    [Preserve]
    public string Platform { get; set; }
    Property Value
    Type Description
    string

    Ram

    Gets or Sets Ram

    Declaration
    [Preserve]
    public int Ram { get; set; }
    Property Value
    Type Description
    int

    TimeSinceStart

    Gets or Sets TimeSinceStart

    Declaration
    [Preserve]
    public int TimeSinceStart { get; set; }
    Property Value
    Type Description
    int
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)