logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ProceduralAnimatorComponentEditorTests

    Guards the custom inspector's binding to the component's serialized fields. A hand-written inspector resolves its fields by string, so a field that is renamed, removed, or never added at all fails silently: FindProperty just returns null and the inspector renders a warning box in its place forever. These tests turn that into a red test instead.

    Inheritance
    object
    ProceduralAnimatorComponentEditorTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.UnityProceduralAnimator.Tests.Editor
    Assembly: Tests.Editor.dll
    Syntax
    public class ProceduralAnimatorComponentEditorTests

    Constructors

    ProceduralAnimatorComponentEditorTests()

    Declaration
    public ProceduralAnimatorComponentEditorTests()

    Methods

    DrivesRig_IsExposedByTheInspector()

    Declaration
    public void DrivesRig_IsExposedByTheInspector()

    EveryCachedProperty_ResolvesOnTheComponent()

    Declaration
    public void EveryCachedProperty_ResolvesOnTheComponent()

    SetUp()

    Declaration
    public void SetUp()

    TearDown()

    Declaration
    public void TearDown()

    UpdateMode_IsExposedByTheInspector()

    Declaration
    public void UpdateMode_IsExposedByTheInspector()
    In this article
    © 2026 Serenity. All Rights Reserved