Class VfxStaticComboVcsEntry
Namespace: ValveResourceFormat.CompiledShader
Assembly: ValveResourceFormat.dll
Directory entry for a static combo, holding what is needed to locate and lazily unserialize it.
csharp
public class VfxStaticComboVcsEntryInheritance
object ← VfxStaticComboVcsEntry
Properties
FileOffset
Gets the file offset.
csharp
public int FileOffset { get; init; }Property Value
ParentProgramData
Gets the parent program data.
csharp
public required VfxProgramData ParentProgramData { get; init; }Property Value
ResourceData
Gets the entry data of KeyValues-based files.
csharp
public VfxStaticComboVcsEntry.ResourceEntry? ResourceData { get; init; }Property Value
VfxStaticComboVcsEntry.ResourceEntry?
StaticComboId
Gets the static combo identifier.
csharp
public long StaticComboId { get; init; }Property Value
Methods
Unserialize()
Unserializes the static combo data.
csharp
public VfxStaticComboData Unserialize()
