docs.unity3d.com
Version: 

    Class LicenseInfos

    Inheritance
    object
    LicenseInfos
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Pixyz.Core
    Syntax
    [Serializable]
    public class LicenseInfos

    Constructors

    LicenseInfos()

    Declaration
    public LicenseInfos()

    LicenseInfos(LicenseInfos)

    Declaration
    public LicenseInfos(LicenseInfos o)
    Parameters
    Type Name Description
    LicenseInfos o

    Fields

    customerCompany

    Declaration
    public string customerCompany
    Field Value
    Type Description
    string

    customerEmail

    Declaration
    public string customerEmail
    Field Value
    Type Description
    string

    customerName

    Declaration
    public string customerName
    Field Value
    Type Description
    string

    endDate

    Declaration
    public Date endDate
    Field Value
    Type Description
    Date

    invalidReasons

    Declaration
    public StringList invalidReasons
    Field Value
    Type Description
    StringList

    isFloating

    Declaration
    public bool isFloating
    Field Value
    Type Description
    bool

    isRevocable

    Declaration
    public bool isRevocable
    Field Value
    Type Description
    bool

    startDate

    Declaration
    public Date startDate
    Field Value
    Type Description
    Date

    version

    Declaration
    public string version
    Field Value
    Type Description
    string
    Version 2024.3.0.10
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX.