CryEngine.Attributes.ConsoleVariableAttributeFloatProperty

CryEngine.Attributes.ConsoleVariableAttributeFloatProperty

Property for a console variable of type float. More...

Inherits IDisposable.

Public Member Functions

ConsoleVariableAttributeFloatProperty ()
Property for a console variable of type float. More...
void Dispose ()
Disposes this instance. More...
override string ToString ()
Returns the value of this console variable in the format "ConsoleVariableAttributeFloatProperty[{Content}]". More...

Protected Member Functions

virtual void Dispose (bool isDisposing)
Disposes this instance. More...

Properties

float Content [get, set]
The content of this console variable. More...

Detailed Description

Property for a console variable of type float.

Constructor & Destructor Documentation

◆ ConsoleVariableAttributeFloatProperty()

CryEngine.Attributes.ConsoleVariableAttributeFloatProperty.ConsoleVariableAttributeFloatProperty ( )
inline

Property for a console variable of type float.

Member Function Documentation

◆ Dispose() [1/2]

void CryEngine.Attributes.ConsoleVariableAttributeFloatProperty.Dispose ( )
inline

Disposes this instance.

◆ Dispose() [2/2]

virtual void CryEngine.Attributes.ConsoleVariableAttributeFloatProperty.Dispose ( bool isDisposing)
inline
protected
virtual

Disposes this instance.

Parameters
isDisposing

◆ ToString()

override string CryEngine.Attributes.ConsoleVariableAttributeFloatProperty.ToString ( )
inline

Returns the value of this console variable in the format "ConsoleVariableAttributeFloatProperty[{Content}]".

Returns

Property Documentation

◆ Content

float CryEngine.Attributes.ConsoleVariableAttributeFloatProperty.Content
get
set

The content of this console variable.