Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AnimationClipResult Class

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll
    System.Object → AnimationClipResult
    Derived from AnimationClipResult:

    public class AnimationClipResult
    Name Description
    Fields
    Data

    Stores all animation channel blittable struct at a given time.

    DataSize

    Total size of all structures to be stored in structures.

    Objects

    Stores all animation channel objects and non-blittable struct at a given time.

    Properties
    Channels

    Gets or sets the animation channel descriptions.

    | Improve this Doc View Source

    Fields


    Data

    Stores all animation channel blittable struct at a given time.

    public byte[] Data
    Field Value
    Type Description
    System.Byte[]

    DataSize

    Total size of all structures to be stored in structures.

    public int DataSize
    Field Value
    Type Description
    System.Int32

    Objects

    Stores all animation channel objects and non-blittable struct at a given time.

    public UpdateObjectData[] Objects
    Field Value
    Type Description
    UpdateObjectData[]
    | Improve this Doc View Source

    Properties


    Channels

    Gets or sets the animation channel descriptions.

    public List<AnimationBlender.Channel> Channels { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AnimationBlender.Channel>

    The animation channel descriptions.


    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