docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FilterTests

    Inheritance
    object
    BaseTests
    FilterTests
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.TerrainTools
    Assembly: Unity.TerrainTools.Editor.Tests.dll
    Syntax
    [TestFixture(Category = "Filters")]
    public class FilterTests : BaseTests

    Methods

    Add_Filter()

    Declaration
    [Test]
    public void Add_Filter()

    GetColorsFromRT(RenderTexture, string)

    Declaration
    public Color[] GetColorsFromRT(RenderTexture rt, string savePath = "")
    Parameters
    Type Name Description
    RenderTexture rt
    string savePath
    Returns
    Type Description
    Color[]

    Noise_Filter_Can_Be_Rotated(int)

    Declaration
    [TestCase(64)]
    [TestCase(100)]
    [TestCase(200)]
    [TestCase(256)]
    public void Noise_Filter_Can_Be_Rotated(int dim)
    Parameters
    Type Name Description
    int dim

    Setup()

    Declaration
    public override void Setup()
    Overrides
    BaseTests.Setup()

    Teardown()

    Declaration
    public override void Teardown()
    Overrides
    BaseTests.Teardown()

    Values_Can_Be_Greater_Than_One()

    Declaration
    [Test]
    public void Values_Can_Be_Greater_Than_One()

    Values_Can_Be_Negative()

    Declaration
    [Test]
    public void Values_Can_Be_Negative()
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)