Class SKRuntimeEffectUniforms
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public sealed class SKRuntimeEffectUniforms : IEnumerable<string>, IEnumerable
Inheritance
object ← SKRuntimeEffectUniforms
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
this[string]
public SKRuntimeEffectUniform this[string name] { get; set; }
Property Value
Methods
Clear()
public void Clear()
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<string> GetEnumerator()
Returns
An enumerator that can be used to iterate through the collection.
Remove(string)
public bool Remove(string name)
Parameters
name string