Class VfxStaticComboVcsEntry
Namespace: ValveResourceFormat.CompiledShader
Assembly: ValveResourceFormat.dll
Entry point for a static combo in a VCS file.
csharp
public class VfxStaticComboVcsEntryInheritance
object ← VfxStaticComboVcsEntry
Properties
FileOffset
Gets or sets the file offset.
csharp
public int FileOffset { get; init; }Property Value
KVEntry
Gets or sets the KeyValues entry.
csharp
public VfxStaticComboVcsEntry.ResourceEntry? KVEntry { get; init; }Property Value
VfxStaticComboVcsEntry.ResourceEntry?
ParentProgramData
Gets or sets the parent program data.
csharp
public required VfxProgramData ParentProgramData { get; init; }Property Value
StaticComboId
Gets or sets the static combo identifier.
csharp
public long StaticComboId { get; init; }Property Value
Methods
Unserialize()
Unserializes the static combo data.
csharp
public VfxStaticComboData Unserialize()
