SwiftlyS2

CEnvCubemap

Interface CEnvCubemap

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CEnvCubemap : CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CEnvCubemap>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

Entity_bCopyDiffuseFromDefaultCubemap

ref bool Entity_bCopyDiffuseFromDefaultCubemap { get; }
Property Value

Entity_bCustomCubemapTexture

ref bool Entity_bCustomCubemapTexture { get; }
Property Value

Entity_bDefaultEnvMap

ref bool Entity_bDefaultEnvMap { get; }
Property Value

Entity_bDefaultSpecEnvMap

ref bool Entity_bDefaultSpecEnvMap { get; }
Property Value

Entity_bEnabled

ref bool Entity_bEnabled { get; }
Property Value

Entity_bIndoorCubeMap

ref bool Entity_bIndoorCubeMap { get; }
Property Value

Entity_bMoveable

ref bool Entity_bMoveable { get; }
Property Value

Entity_bStartDisabled

ref bool Entity_bStartDisabled { get; }
Property Value

Entity_flDiffuseScale

ref float Entity_flDiffuseScale { get; }
Property Value

Entity_flEdgeFadeDist

ref float Entity_flEdgeFadeDist { get; }
Property Value

Entity_flInfluenceRadius

ref float Entity_flInfluenceRadius { get; }
Property Value

Entity_hCubemapTexture

ref CStrongHandle<InfoForResourceTypeCTextureBase> Entity_hCubemapTexture { get; }
Property Value

Entity_nEnvCubeMapArrayIndex

ref int Entity_nEnvCubeMapArrayIndex { get; }
Property Value

Entity_nHandshake

ref int Entity_nHandshake { get; }
Property Value

Entity_nPriority

ref int Entity_nPriority { get; }
Property Value

Entity_vBoxProjectMaxs

ref Vector Entity_vBoxProjectMaxs { get; }
Property Value

Entity_vBoxProjectMins

ref Vector Entity_vBoxProjectMins { get; }
Property Value

Entity_vEdgeFadeDists

ref Vector Entity_vEdgeFadeDists { get; }
Property Value

Methods

Entity_bCopyDiffuseFromDefaultCubemapUpdated()

void Entity_bCopyDiffuseFromDefaultCubemapUpdated()

Entity_bCustomCubemapTextureUpdated()

void Entity_bCustomCubemapTextureUpdated()

Entity_bDefaultEnvMapUpdated()

void Entity_bDefaultEnvMapUpdated()

Entity_bDefaultSpecEnvMapUpdated()

void Entity_bDefaultSpecEnvMapUpdated()

Entity_bEnabledUpdated()

void Entity_bEnabledUpdated()

Entity_bIndoorCubeMapUpdated()

void Entity_bIndoorCubeMapUpdated()

Entity_bMoveableUpdated()

void Entity_bMoveableUpdated()

Entity_bStartDisabledUpdated()

void Entity_bStartDisabledUpdated()

Entity_flDiffuseScaleUpdated()

void Entity_flDiffuseScaleUpdated()

Entity_flEdgeFadeDistUpdated()

void Entity_flEdgeFadeDistUpdated()

Entity_flInfluenceRadiusUpdated()

void Entity_flInfluenceRadiusUpdated()

Entity_hCubemapTextureUpdated()

void Entity_hCubemapTextureUpdated()

Entity_nEnvCubeMapArrayIndexUpdated()

void Entity_nEnvCubeMapArrayIndexUpdated()

Entity_nHandshakeUpdated()

void Entity_nHandshakeUpdated()

Entity_nPriorityUpdated()

void Entity_nPriorityUpdated()

Entity_vBoxProjectMaxsUpdated()

void Entity_vBoxProjectMaxsUpdated()

Entity_vBoxProjectMinsUpdated()

void Entity_vBoxProjectMinsUpdated()

Entity_vEdgeFadeDistsUpdated()

void Entity_vEdgeFadeDistsUpdated()

On this page