Table of Contents

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

int

KVEntry

Gets or sets the KeyValues entry.

public VfxStaticComboVcsEntry.ResourceEntry? KVEntry { get; init; }

Property Value

VfxStaticComboVcsEntry.ResourceEntry?

ParentProgramData

Gets or sets the parent program data.

public required VfxProgramData ParentProgramData { get; init; }

Property Value

VfxProgramData

StaticComboId

Gets or sets the static combo identifier.

public long StaticComboId { get; init; }

Property Value

long

Methods

Unserialize()

Unserializes the static combo data.

public VfxStaticComboData Unserialize()

Returns

VfxStaticComboData