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