Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AnimationData Class

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll
    System.Object → AnimationData
    Derived from AnimationData: AnimationData<T>

    [DataContract(Inherited = true)]
    public abstract class AnimationData
    Name Description
    Fields
    AnimationSortedValueBlock
    Properties
    AnimationSortedValueCount
    ElementType
    TargetKeys
    | Improve this Doc View Source

    Fields


    AnimationSortedValueBlock

    public const int AnimationSortedValueBlock = 4096
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Properties


    AnimationSortedValueCount

    public int AnimationSortedValueCount { get; set; }
    Property Value
    Type Description
    System.Int32

    ElementType

    public abstract Type ElementType { get; }
    Property Value
    Type Description
    System.Type

    TargetKeys

    public string[] TargetKeys { get; set; }
    Property Value
    Type Description
    System.String[]

    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