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