Struct RenderLayer
Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll
public readonly struct RenderLayer
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
RenderLayer(string, uint)
public RenderLayer(string name, uint nodeId)
Parameters
name
string
nodeId
uint
Properties
Name
public string Name { get; }
Property Value
NodeId
public uint NodeId { get; }