SwiftlyS2

CEnvDecal

Interface CEnvDecal

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CEnvDecal : CBaseModelEntity, CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CBaseModelEntity>, ISchemaClass<CEnvDecal>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

DecalMaterial

ref CStrongHandle<InfoForResourceTypeIMaterial2> DecalMaterial { get; }
Property Value

Depth

ref float Depth { get; }
Property Value

DepthSortBias

ref float DepthSortBias { get; }
Property Value

Height

ref float Height { get; }
Property Value

ProjectOnCharacters

ref bool ProjectOnCharacters { get; }
Property Value

ProjectOnWater

ref bool ProjectOnWater { get; }
Property Value

ProjectOnWorld

ref bool ProjectOnWorld { get; }
Property Value

RenderOrder

ref uint RenderOrder { get; }
Property Value

Width

ref float Width { get; }
Property Value

Methods

DecalMaterialUpdated()

void DecalMaterialUpdated()

DepthSortBiasUpdated()

void DepthSortBiasUpdated()

DepthUpdated()

void DepthUpdated()

HeightUpdated()

void HeightUpdated()

ProjectOnCharactersUpdated()

void ProjectOnCharactersUpdated()

ProjectOnWaterUpdated()

void ProjectOnWaterUpdated()

ProjectOnWorldUpdated()

void ProjectOnWorldUpdated()

RenderOrderUpdated()

void RenderOrderUpdated()

WidthUpdated()

void WidthUpdated()

On this page