docs.unity3d.com
Version: 

    Class ModuleDesc

    Inheritance
    object
    ModuleDesc
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Pixyz.Core
    Syntax
    [Serializable]
    public class ModuleDesc

    Constructors

    ModuleDesc()

    Declaration
    public ModuleDesc()

    ModuleDesc(ModuleDesc)

    Declaration
    public ModuleDesc(ModuleDesc o)
    Parameters
    Type Name Description
    ModuleDesc o

    Fields

    author

    Declaration
    public string author
    Field Value
    Type Description
    string

    constants

    Declaration
    public ConstantDescList constants
    Field Value
    Type Description
    ConstantDescList

    dependencies

    Declaration
    public StringList dependencies
    Field Value
    Type Description
    StringList

    description

    Declaration
    public string description
    Field Value
    Type Description
    string

    groups

    Declaration
    public GroupDescList groups
    Field Value
    Type Description
    GroupDescList

    name

    Declaration
    public string name
    Field Value
    Type Description
    string

    stability

    Declaration
    public Stability stability
    Field Value
    Type Description
    Stability

    types

    Declaration
    public TypeDescList types
    Field Value
    Type Description
    TypeDescList
    Version 2024.3.0.10
    • 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.