Search Results for

    Show / Hide Table of Contents

    Class ModuleInitializerAttribute

    Indicates that a static class initializes the code module. All static, void and parameterless methods within the class will be invoked upon module loading.

    Inheritance
    System.Object
    ModuleInitializerAttribute
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class ModuleInitializerAttribute : Attribute

    Constructors

    ModuleInitializerAttribute()

    Declaration
    public ModuleInitializerAttribute()

    Extension Methods

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