SwiftlyS2

CEntityDissolve

Interface CEntityDissolve

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

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

Implements

Properties

DissolveType

ref EntityDisolveType_t DissolveType { get; }
Property Value

DissolverOrigin

ref Vector DissolverOrigin { get; }
Property Value

FadeInLength

ref float FadeInLength { get; }
Property Value

FadeInStart

ref float FadeInStart { get; }
Property Value

FadeOutLength

ref float FadeOutLength { get; }
Property Value

FadeOutModelLength

ref float FadeOutModelLength { get; }
Property Value

FadeOutModelStart

ref float FadeOutModelStart { get; }
Property Value

FadeOutStart

ref float FadeOutStart { get; }
Property Value

Magnitude

ref uint Magnitude { get; }
Property Value

StartTime

GameTime_t StartTime { get; }
Property Value

Methods

DissolveTypeUpdated()

void DissolveTypeUpdated()

DissolverOriginUpdated()

void DissolverOriginUpdated()

FadeInLengthUpdated()

void FadeInLengthUpdated()

FadeInStartUpdated()

void FadeInStartUpdated()

FadeOutLengthUpdated()

void FadeOutLengthUpdated()

FadeOutModelLengthUpdated()

void FadeOutModelLengthUpdated()

FadeOutModelStartUpdated()

void FadeOutModelStartUpdated()

FadeOutStartUpdated()

void FadeOutStartUpdated()

MagnitudeUpdated()

void MagnitudeUpdated()

StartTimeUpdated()

void StartTimeUpdated()

On this page