e2dGrassTexture.e2dGrassTexture C# (CSharp) Метод

e2dGrassTexture() публичный Метод

public e2dGrassTexture ( Texture _texture ) : UnityEngine
_texture Texture
Результат UnityEngine
    public e2dGrassTexture(Texture _texture)
    {
        texture = _texture;
        size = new Vector2(1, 1);
        sizeRandomness = new Vector2(0.5f, 0.5f);
        waveAmplitude = 0.5f;
    }

Same methods

e2dGrassTexture::e2dGrassTexture ( e2dGrassTexture, other ) : UnityEngine
e2dGrassTexture