Search Results for

    Show / Hide Table of Contents

    Class AnimEvent

    The animation notification event triggered during animation playback.

    Inheritance
    System.Object
    Object
    SerializableScriptingObject
    AnimEvent
    AnimContinuousEvent
    Implements
    ISerializable
    Inherited Members
    Object.__unmanagedPtr
    Object.__internalId
    Object.Finalize()
    Object.As<T>()
    Object.NewValue(Type)
    Object.New(String)
    Object.Find<T>(Guid, Boolean)
    Object.Find(Guid, Type, Boolean)
    Object.TryFind<T>(Guid)
    Object.TryFind(Guid, Type)
    Object.Destroy(Object, Single)
    Object.DestroyNow(Object)
    Object.Destroy<T>(T, Single)
    Object.Equals(Object)
    Object.GetUnmanagedPtr(Object)
    Object.GetUnmanagedInterface(Object, Type)
    Object.FromUnmanagedPtr(IntPtr)
    Object.MapObjectID(Guid)
    Object.RemapObjectID(Guid)
    Object.GetHashCode()
    Object.ID
    Object.TypeName
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public abstract class AnimEvent : SerializableScriptingObject, ISerializable

    Constructors

    AnimEvent()

    Initializes a new instance of the AnimEvent.

    Declaration
    protected AnimEvent()

    Methods

    OnEvent(AnimatedModel, Animation, Single, Single)

    Animation event notification.

    Declaration
    [Unmanaged]
    public virtual void OnEvent(AnimatedModel actor, Animation anim, float time, float deltaTime)
    Parameters
    AnimatedModel actor

    The animated model actor instance.

    Animation anim

    The source animation.

    System.Single time

    The current animation time (in seconds).

    System.Single deltaTime

    The current animation tick delta time (in seconds).

    Extension Methods

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