Struct SimpleMaterial | Project Tiny Rendering | 0.28.0-preview.40
docs.unity3d.com
    Show / Hide Table of Contents

    Struct SimpleMaterial

    Namespace: Unity.Tiny.Rendering
    Syntax
    public struct SimpleMaterial : IComponentData, IEquatable<SimpleMaterial>

    Fields

    billboarded

    Declaration
    public bool billboarded
    Field Value
    Type Description
    Boolean

    blend

    Declaration
    public BlendOp blend
    Field Value
    Type Description
    BlendOp

    constAlbedo

    Declaration
    public float3 constAlbedo
    Field Value
    Type Description
    Unity.Mathematics.float3

    constOpacity

    Declaration
    public float constOpacity
    Field Value
    Type Description
    Single

    offset

    Declaration
    public float2 offset
    Field Value
    Type Description
    Unity.Mathematics.float2

    scale

    Declaration
    public float2 scale
    Field Value
    Type Description
    Unity.Mathematics.float2

    texAlbedoOpacity

    Declaration
    public Entity texAlbedoOpacity
    Field Value
    Type Description
    Entity

    transparent

    Declaration
    public bool transparent
    Field Value
    Type Description
    Boolean

    twoSided

    Declaration
    public bool twoSided
    Field Value
    Type Description
    Boolean

    Methods

    Equals(SimpleMaterial)

    Declaration
    public bool Equals(SimpleMaterial other)
    Parameters
    Type Name Description
    SimpleMaterial other
    Returns
    Type Description
    Boolean
    Back to top
    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