docs.unity3d.com
    Show / Hide Table of Contents

    Class MaterialProperties

    A class to store material properties

    Inheritance
    Object
    MaterialProperties
    Namespace: Unity.MaterialSwitch
    Syntax
    [Serializable]
    public class MaterialProperties

    Methods

    GetColorProperties()

    Enumerate all color properties

    Declaration
    public IEnumerable<ColorProperty> GetColorProperties()
    Returns
    Type Description
    IEnumerable<ColorProperty>

    A color property

    GetFloatProperties()

    Enumerate all float properties

    Declaration
    public IEnumerable<FloatProperty> GetFloatProperties()
    Returns
    Type Description
    IEnumerable<FloatProperty>

    A float property

    GetMaterial()

    Get the material associated with the properties.

    Declaration
    public Material GetMaterial()
    Returns
    Type Description
    Material

    The associated material

    GetTextureProperties()

    Enumerate all texture properties

    Declaration
    public IEnumerable<TextureProperty> GetTextureProperties()
    Returns
    Type Description
    IEnumerable<TextureProperty>

    A texture property

    Back to top
    Terms of use
    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