Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AssetMember Struct

    Namespace: Stride.Core.Assets
    Assembly: Stride.Core.Assets.dll

    Represents a member of an asset.

    public struct AssetMember
    Name Description
    Fields
    Asset

    The asset.

    MemberPath

    The path to the member in the asset.

    | Improve this Doc View Source

    Fields


    Asset

    The asset.

    public Asset Asset
    Field Value
    Type Description
    Asset

    MemberPath

    The path to the member in the asset.

    public MemberPath MemberPath
    Field Value
    Type Description
    Stride.Core.Reflection.MemberPath

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

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