Class USimConstants | Perception | 0.5.0-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class USimConstants

    A class encapsulating the scenario constants fields required for USim cloud execution

    Inheritance
    Object
    USimConstants
    FixedLengthScenario.Constants
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Experimental.Perception.Randomization.Scenarios
    Syntax
    [Serializable]
    public class USimConstants

    Fields

    instanceCount

    The number of USim instances assigned to executed this scenario

    Declaration
    public int instanceCount
    Field Value
    Type Description
    Int32

    instanceIndex

    The USim instance index of the currently executing worker

    Declaration
    public int instanceIndex
    Field Value
    Type Description
    Int32

    totalIterations

    The total number of iterations to run a scenario for

    Declaration
    public int totalIterations
    Field Value
    Type Description
    Int32
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • 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 on 18 October 2023