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[], KVObject[])
Resource entry for KeyValues-based files.
csharp
public ResourceEntry(KVObject ComboData, VfxShaderAttribute[] AllAttributes, KVObject[] ByteCodeDescArray)Parameters
ComboData KVObject
AllAttributes VfxShaderAttribute[]
ByteCodeDescArray KVObject[]
Properties
AllAttributes
csharp
public VfxShaderAttribute[] AllAttributes { get; init; }Property Value
ByteCodeDescArray
csharp
public KVObject[] ByteCodeDescArray { get; init; }Property Value
KVObject[]
ComboData
csharp
public KVObject ComboData { get; init; }
