docs.unity3d.com
    Show / Hide Table of Contents

    Class FixedLengthScenario.Constants

    Constants describing the execution of this scenario

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

    Fields

    framesPerIteration

    The number of frames to render per iteration.

    Declaration
    [Tooltip("The number of frames to render per iteration.")]
    public int framesPerIteration
    Field Value
    Type Description
    Int32

    iterationCount

    The number of iterations to run, starting at startIteration.

    Declaration
    [Tooltip("The number of iterations to run.")]
    public int iterationCount
    Field Value
    Type Description
    Int32

    startIteration

    The index of the first iteration to execute. The random seed for the randomizers in an iteration are determined by the global randomSeed and the iteration index.

    Declaration
    [Tooltip("The index of the first iteration to execute.")]
    public int startIteration
    Field Value
    Type Description
    Int32
    Back to top
    Terms of use
    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