docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GroundTruthLabelSetupSystem

    System which notifies the registered IGroundTruthGenerator about Labeling additions.

    Inheritance
    object
    ComponentSystemBase
    ComponentSystem
    GroundTruthLabelSetupSystem
    Inherited Members
    ComponentSystem.InitEntityQueryCache(int)
    ComponentSystem.Update()
    ComponentSystem.OnCreateForCompiler()
    ComponentSystem.PostUpdateCommands
    ComponentSystem.Entities
    ComponentSystemBase.OnStartRunning()
    ComponentSystemBase.OnStopRunning()
    ComponentSystemBase.OnDestroy()
    ComponentSystemBase.ShouldRunSystem()
    ComponentSystemBase.GetArchetypeChunkComponentType<T>(bool)
    ComponentSystemBase.GetArchetypeChunkComponentTypeDynamic(ComponentType)
    ComponentSystemBase.GetArchetypeChunkBufferType<T>(bool)
    ComponentSystemBase.GetArchetypeChunkSharedComponentType<T>()
    ComponentSystemBase.GetArchetypeChunkEntityType()
    ComponentSystemBase.GetComponentDataFromEntity<T>(bool)
    ComponentSystemBase.GetBufferFromEntity<T>(bool)
    ComponentSystemBase.RequireForUpdate(EntityQuery)
    ComponentSystemBase.RequireSingletonForUpdate<T>()
    ComponentSystemBase.HasSingleton<T>()
    ComponentSystemBase.GetSingleton<T>()
    ComponentSystemBase.SetSingleton<T>(T)
    ComponentSystemBase.GetSingletonEntity<T>()
    ComponentSystemBase.GetEntityQuery(params ComponentType[])
    ComponentSystemBase.GetEntityQuery(NativeArray<ComponentType>)
    ComponentSystemBase.GetEntityQuery(params EntityQueryDesc[])
    ComponentSystemBase.Enabled
    ComponentSystemBase.EntityQueries
    ComponentSystemBase.GlobalSystemVersion
    ComponentSystemBase.LastSystemVersion
    ComponentSystemBase.EntityManager
    ComponentSystemBase.World
    ComponentSystemBase.Time
    ComponentSystemBase.ExecutingSystemType
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: UnityEngine.Perception.GroundTruth
    Assembly: solution.dll
    Syntax
    public class GroundTruthLabelSetupSystem : ComponentSystem

    Methods

    Name Description
    Activate(IGroundTruthGenerator)

    Activates the given IGroundTruthGenerator. SetupMaterialProperties(MaterialPropertyBlock, Renderer, Labeling, uint) will be called for all MeshRenderer instances under each object containing a Labeling component.

    Deactivate(IGroundTruthGenerator)

    Deactivates the given IGroundTruthGenerator. It will no longer receive calls when Labeling instances are created.

    OnCreate()
    OnUpdate()
    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)