docs.unity3d.com
Version: 

    Class StandardMaterialInfos

    Inheritance
    object
    StandardMaterialInfos
    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 StandardMaterialInfos

    Constructors

    StandardMaterialInfos()

    Declaration
    public StandardMaterialInfos()

    StandardMaterialInfos(StandardMaterialInfos)

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

    Fields

    ambient

    Declaration
    public ColorOrTexture ambient
    Field Value
    Type Description
    ColorOrTexture

    diffuse

    Declaration
    public ColorOrTexture diffuse
    Field Value
    Type Description
    ColorOrTexture

    emissive

    Declaration
    public ColorOrTexture emissive
    Field Value
    Type Description
    ColorOrTexture

    name

    Declaration
    public string name
    Field Value
    Type Description
    string

    shininess

    Declaration
    public double shininess
    Field Value
    Type Description
    double

    specular

    Declaration
    public ColorOrTexture specular
    Field Value
    Type Description
    ColorOrTexture

    transparency

    Declaration
    public double transparency
    Field Value
    Type Description
    double
    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.