C# Class TagTool.TagDefinitions.RenderMethodTemplate.ArgumentMapping

Datei anzeigen Open project: TheGuardians/TagTool

Public Properties

Property Type Description
ArgumentIndex byte
RegisterIndex ushort
Unknown byte

Property Details

ArgumentIndex public_oe property

The index of the argument in one of the blocks in the render method tag. The block used depends on the argument type.
public byte ArgumentIndex
return byte

RegisterIndex public_oe property

The GPU register to bind the argument to.
public ushort RegisterIndex
return ushort

Unknown public_oe property

public byte Unknown
return byte