SwiftlyS2

MaterialResourceData_t

Interface MaterialResourceData_t

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface MaterialResourceData_t : ISchemaClass<MaterialResourceData_t>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

DynamicParams

ref CUtlVector<MaterialParamBuffer_t> DynamicParams { get; }
Property Value

DynamicTextureParams

ref CUtlVector<MaterialParamBuffer_t> DynamicTextureParams { get; }
Property Value

FloatAttributes

ref CUtlVector<MaterialParamFloat_t> FloatAttributes { get; }
Property Value

FloatParams

ref CUtlVector<MaterialParamFloat_t> FloatParams { get; }
Property Value

IntAttributes

ref CUtlVector<MaterialParamInt_t> IntAttributes { get; }
Property Value

IntParams

ref CUtlVector<MaterialParamInt_t> IntParams { get; }
Property Value

MaterialName

string MaterialName { get; set; }
Property Value

RenderAttributesUsed

ref CUtlVector<CUtlString> RenderAttributesUsed { get; }
Property Value

ShaderName

string ShaderName { get; set; }
Property Value

StringAttributes

ref CUtlVector<MaterialParamString_t> StringAttributes { get; }
Property Value

TextureAttributes

ref CUtlVector<MaterialParamTexture_t> TextureAttributes { get; }
Property Value

TextureParams

ref CUtlVector<MaterialParamTexture_t> TextureParams { get; }
Property Value

VectorAttributes

ref CUtlVector<MaterialParamVector_t> VectorAttributes { get; }
Property Value

VectorParams

ref CUtlVector<MaterialParamVector_t> VectorParams { get; }
Property Value

On this page