Search Results for

    Show / Hide Table of Contents

    Class Animations.DebugFlowInfo

    Data wrapper for the debug flow information.

    Inheritance
    System.Object
    Animations.DebugFlowInfo
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class DebugFlowInfo : ValueType

    Fields

    Asset

    Anim Graph asset

    Declaration
    public Asset Asset
    Field Value
    Asset

    BoxId

    Graph box id.

    Declaration
    public uint BoxId
    Field Value
    System.UInt32

    Instance

    Animated actor

    Declaration
    public Object Instance
    Field Value
    Object

    NodeId

    Graph node id.

    Declaration
    public uint NodeId
    Field Value
    System.UInt32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat