docs.unity3d.com
Version: 

    Class ImageDefinition

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

    Constructors

    ImageDefinition()

    Declaration
    public ImageDefinition()

    ImageDefinition(ImageDefinition)

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

    Fields

    bitsPerComponent

    Declaration
    public int bitsPerComponent
    Field Value
    Type Description
    int

    componentsCount

    Declaration
    public int componentsCount
    Field Value
    Type Description
    int

    data

    Declaration
    public ByteList data
    Field Value
    Type Description
    ByteList

    height

    Declaration
    public int height
    Field Value
    Type Description
    int

    id

    Declaration
    public uint id
    Field Value
    Type Description
    uint

    name

    Declaration
    public string name
    Field Value
    Type Description
    string

    width

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