Skip to main content

Class SKRuntimeEffectUniforms

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public sealed class SKRuntimeEffectUniforms : IEnumerable<string>, IEnumerable

Inheritance

objectSKRuntimeEffectUniforms

Implements

IEnumerable<string>, IEnumerable

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

SKRuntimeEffectUniforms(SKRuntimeEffect)

public SKRuntimeEffectUniforms(SKRuntimeEffect effect)

Parameters

effect SKRuntimeEffect

Properties

Effect

public SKRuntimeEffect Effect { get; }

Property Value

SKRuntimeEffect

this[string]

public SKRuntimeEffectUniform this[string name] { get; set; }

Property Value

SKRuntimeEffectUniform

Methods

Clear()

public void Clear()

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<string> GetEnumerator()

Returns

IEnumerator<string>

An enumerator that can be used to iterate through the collection.

Remove(string)

public bool Remove(string name)

Parameters

name string

Returns

bool