Class VfxStaticComboVcsEntry.ResourceEntry
Namespace: ValveResourceFormat.CompiledShader
Assembly: ValveResourceFormat.dll
Resource entry for KeyValues-based files.
csharp
public record VfxStaticComboVcsEntry.ResourceEntry : IEquatable<VfxStaticComboVcsEntry.ResourceEntry>Inheritance
object ← VfxStaticComboVcsEntry.ResourceEntry
Implements
IEquatable<VfxStaticComboVcsEntry.ResourceEntry>
Constructors
ResourceEntry(KVObject, VfxShaderAttribute[], IReadOnlyList<KVObject>)
Resource entry for KeyValues-based files.
csharp
public ResourceEntry(KVObject ComboData, VfxShaderAttribute[] AllAttributes, IReadOnlyList<KVObject> ByteCodeDescArray)Parameters
ComboData KVObject
AllAttributes VfxShaderAttribute[]
ByteCodeDescArray IReadOnlyList<KVObject>
Properties
AllAttributes
csharp
public VfxShaderAttribute[] AllAttributes { get; init; }Property Value
ByteCodeDescArray
csharp
public IReadOnlyList<KVObject> ByteCodeDescArray { get; init; }Property Value
IReadOnlyList<KVObject>
ComboData
csharp
public KVObject ComboData { get; init; }Property Value
KVObject

