Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    AssetPartsAnalysis Class

    Namespace: Stride.Core.Assets.Analysis
    Assembly: Stride.Core.Assets.dll
    System.Object → AssetPartsAnalysis
    Derived from AssetPartsAnalysis:

    public static class AssetPartsAnalysis
    Name Description
    Methods
    GenerateNewBaseInstanceIds<TAssetPartDesign, TAssetPart>(AssetCompositeHierarchyData<TAssetPartDesign, TAssetPart>)

    Assigns new unique identifiers for base part InstanceId in the given hierarchy.

    | Improve this Doc View Source

    Methods


    GenerateNewBaseInstanceIds<TAssetPartDesign, TAssetPart>(AssetCompositeHierarchyData<TAssetPartDesign, TAssetPart>)

    Assigns new unique identifiers for base part InstanceId in the given hierarchy.

    public static void GenerateNewBaseInstanceIds<TAssetPartDesign, TAssetPart>(AssetCompositeHierarchyData<TAssetPartDesign, TAssetPart> hierarchy)
        where TAssetPartDesign : class, IAssetPartDesign<TAssetPart> where TAssetPart : class, IIdentifiable
    Parameters
    Type Name Description
    AssetCompositeHierarchyData<TAssetPartDesign, TAssetPart> hierarchy

    The hierarchy which part groups should have new identifiers.

    Type Parameters
    Name Description
    TAssetPartDesign
    TAssetPart

    The underlying type of part.


    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation