nw::gfx::res::ResFogUpdater Class

Syntax

class ResFogUpdater : public nw::ut::ResCommon< ResFogUpdaterData >

Description

Binary resource class that represents fog updaters.

Enumerated Types

FogUpdaterType The fog updater type.

Member Functions

ResFogUpdater Constructor.
ref
operator==
operator!=
GetFogUpdaterType Gets the fog updater type.
SetFogUpdaterType Sets the fog updater type.
GetMinFogDepth Gets the depth value in the view coordinate system where fog begins.
SetMinFogDepth SGets the depth value in the view coordinate system where fog begins.
GetMaxFogDepth Gets the depth value in the view coordinate system where fog density is maximum.
SetMaxFogDepth Sets the depth value in the view coordinate system where fog density is maximum.
GetDensity Gets parameters for adjusting fog density.
SetDensity Sets parameters for adjusting fog density.
ptr Returns a pointer to a binary resource structure. (Derived from ResCommon)
IsValid Determines whether a pointer to a resource is null.(Derived from ResCommonBase.)
S GetClassName

Class Hierarchy

nw::ut::ResCommonBase
  nw::ut::ResCommon
    nw::gfx::res::ResFogUpdater


CONFIDENTIAL