logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class CodecTestSO

    A throwaway ScriptableObject with an assortment of field kinds, used by the generic codec tests. It lives in its own same-named file so Unity can bind its script when the tests create it as an asset.

    Inheritance
    object
    CodecTestSO
    Namespace: Serenity.ProjectRecipe.Tests.Editor
    Assembly: Serenity.ProjectRecipe.Tests.Editor.dll
    Syntax
    public class CodecTestSO : ScriptableObject

    Constructors

    CodecTestSO()

    Declaration
    public CodecTestSO()

    Fields

    arr

    Declaration
    public int[] arr
    Field Value
    Type Description
    int[]

    b

    Declaration
    public bool b
    Field Value
    Type Description
    bool

    col

    Declaration
    public Color col
    Field Value
    Type Description
    Color

    e

    Declaration
    public CodecTestSO.E e
    Field Value
    Type Description
    CodecTestSO.E

    f

    Declaration
    public float f
    Field Value
    Type Description
    float

    i

    Declaration
    public int i
    Field Value
    Type Description
    int

    managed

    Declaration
    public CodecTestBase managed
    Field Value
    Type Description
    CodecTestBase

    managedList

    Declaration
    public List<CodecTestBase> managedList
    Field Value
    Type Description
    List<CodecTestBase>

    nested

    Declaration
    public CodecTestNested nested
    Field Value
    Type Description
    CodecTestNested

    nestedList

    Declaration
    public List<CodecTestNested> nestedList
    Field Value
    Type Description
    List<CodecTestNested>

    s

    Declaration
    public string s
    Field Value
    Type Description
    string

    v

    Declaration
    public Vector3 v
    Field Value
    Type Description
    Vector3
    In this article
    © 2026 Serenity. All Rights Reserved