Table of Contents

Class CInfoOffscreenPanoramaTexture

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CInfoOffscreenPanoramaTexture : CPointEntity, IEquatable<CEntityInstance>
Inheritance
CInfoOffscreenPanoramaTexture
Implements
Inherited Members

Constructors

CInfoOffscreenPanoramaTexture(nint)

public CInfoOffscreenPanoramaTexture(nint pointer)

Parameters

pointer nint

Properties

AdditionalTargetEntities

[SchemaMember("CInfoOffscreenPanoramaTexture", "m_AdditionalTargetEntities")]
public NetworkedVector<CHandle<CBaseModelEntity>> AdditionalTargetEntities { get; }

Property Value

NetworkedVector<CHandle<CBaseModelEntity>>

CSSClasses

[SchemaMember("CInfoOffscreenPanoramaTexture", "m_vecCSSClasses")]
public NetworkedVector<string> CSSClasses { get; }

Property Value

NetworkedVector<string>

Disabled

[SchemaMember("CInfoOffscreenPanoramaTexture", "m_bDisabled")]
public ref bool Disabled { get; }

Property Value

bool

LayoutFileName

[SchemaMember("CInfoOffscreenPanoramaTexture", "m_szLayoutFileName")]
public string LayoutFileName { get; set; }

Property Value

string

RenderAttrName

[SchemaMember("CInfoOffscreenPanoramaTexture", "m_RenderAttrName")]
public string RenderAttrName { get; set; }

Property Value

string

ResolutionX

[SchemaMember("CInfoOffscreenPanoramaTexture", "m_nResolutionX")]
public ref int ResolutionX { get; }

Property Value

int

ResolutionY

[SchemaMember("CInfoOffscreenPanoramaTexture", "m_nResolutionY")]
public ref int ResolutionY { get; }

Property Value

int

TargetChangeCount

[SchemaMember("CInfoOffscreenPanoramaTexture", "m_nTargetChangeCount")]
public ref int TargetChangeCount { get; }

Property Value

int

TargetEntities

[SchemaMember("CInfoOffscreenPanoramaTexture", "m_TargetEntities")]
public NetworkedVector<CHandle<CBaseModelEntity>> TargetEntities { get; }

Property Value

NetworkedVector<CHandle<CBaseModelEntity>>

TargetsName

[SchemaMember("CInfoOffscreenPanoramaTexture", "m_szTargetsName")]
public string TargetsName { get; set; }

Property Value

string