Class CustomPrefabBuilder | Asset Graph | 1.6.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class CustomPrefabBuilder

    Custom prefab builder attribute.

    Inheritance
    Object
    Attribute
    CustomPrefabBuilder
    Namespace: UnityEngine.AssetGraph
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public class CustomPrefabBuilder : Attribute, _Attribute

    Constructors

    CustomPrefabBuilder(String)

    Declaration
    public CustomPrefabBuilder(string name)
    Parameters
    Type Name Description
    String name

    CustomPrefabBuilder(String, String)

    Declaration
    public CustomPrefabBuilder(string name, string version)
    Parameters
    Type Name Description
    String name
    String version

    CustomPrefabBuilder(String, String, Int32)

    Declaration
    public CustomPrefabBuilder(string name, string version, int itemThreashold)
    Parameters
    Type Name Description
    String name
    String version
    Int32 itemThreashold

    Properties

    AssetThreshold

    Gets the asset threshold.

    Declaration
    public int AssetThreshold { get; }
    Property Value
    Type Description
    Int32

    The asset threshold.

    Name

    Gets the name.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    The name.

    Version

    Gets the version.

    Declaration
    public string Version { get; }
    Property Value
    Type Description
    String

    The version.

    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