Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ParameterCollection.CompositionCopier Struct

    Namespace: Stride.Rendering
    Assembly: Stride.dll

    public struct CompositionCopier
    Name Description
    Properties
    IsValid
    Methods
    Compile(ParameterCollection, ParameterCollection, String)

    Compute copy operations. Assumes destination layout is sequential.

    Copy(ParameterCollection)

    Copies data from source to destination according to previously compiled layout.

    | Improve this Doc View Source

    Properties


    IsValid

    public readonly bool IsValid { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Methods


    Compile(ParameterCollection, ParameterCollection, String)

    Compute copy operations. Assumes destination layout is sequential.

    public void Compile(ParameterCollection dest, ParameterCollection source, string keyRoot)
    Parameters
    Type Name Description
    ParameterCollection dest
    ParameterCollection source
    System.String keyRoot

    Copy(ParameterCollection)

    Copies data from source to destination according to previously compiled layout.

    public void Copy(ParameterCollection source)
    Parameters
    Type Name Description
    ParameterCollection source

    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