Search Results for

    Show / Hide Table of Contents

    Method SetVector

    SetVector(IEnumerable<Material>, String, Vector4)

    Set vector to all materials in the array.

    Declaration
    public static void SetVector(this IEnumerable<Material> materials, string name, Vector4 value)
    Parameters
    Type Name Description
    IEnumerable<Material> materials

    Material array this method extends to.

    String name

    Name of the Vector4.

    Vector4 value

    Value of the Vector4.

    In This Article
    Back to top Copyright © VRLabs.
    Generated by DocFX