Enum TypeOptions | Properties | 1.1.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Enum TypeOptions

    A set of options to customize the behaviour of the code generator.

    Namespace: Unity.Properties
    Syntax
    [Flags]
    public enum TypeOptions

    Fields

    Name Description
    Default

    The default set of type options. This includes both ValueType and ReferenceType.

    ReferenceType

    If this option is selected, any inherited reference types will have property bags generated.

    ValueType

    If this option is selected, any inherited value types will have property bags generated.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023