docs.unity3d.com
Version: 

    Class BrickDefinition

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

    Constructors

    BrickDefinition()

    Declaration
    public BrickDefinition()

    BrickDefinition(BrickDefinition)

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

    Fields

    fullHeight

    Declaration
    public bool fullHeight
    Field Value
    Type Description
    bool

    length

    Declaration
    public int length
    Field Value
    Type Description
    int

    type

    Declaration
    public BrickType type
    Field Value
    Type Description
    BrickType

    width

    Declaration
    public int width
    Field Value
    Type Description
    int
    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.