Search Results for

    Show / Hide Table of Contents

    Struct ScriptingTypeFieldSignature

    The scripting type field metadata for code reflection.

    Assembly: FlaxEngine.dll
    File: Engine/Scripting/BinaryModule.h
    Syntax
    public struct ScriptingTypeFieldSignature

    Fields

    IsStatic

    Declaration
    public bool IsStatic
    Field Value
    bool

    Name

    Declaration
    public StringAnsiView Name
    Field Value
    StringAnsiView

    ValueType

    Declaration
    public VariantType ValueType
    Field Value
    VariantType

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat