Space Engineers
Public Member Functions | Properties | List of all members
VRageRender.Animations.MyAnimationVariableStorage Class Reference

Key-value storage of float values, other types are implicitly converted. More...

Inheritance diagram for VRageRender.Animations.MyAnimationVariableStorage:
VRage.Generics.IMyVariableStorage< float >

Public Member Functions

void SetValue (MyStringId key, float newValue)
 
bool GetValue (MyStringId key, out float value)
 
void Clear ()
 
- Public Member Functions inherited from VRage.Generics.IMyVariableStorage< float >
void SetValue (MyStringId key, T newValue)
 
bool GetValue (MyStringId key, out T value)
 

Properties

DictionaryReader< MyStringId, float > AllVariables [get]
 

Detailed Description

Key-value storage of float values, other types are implicitly converted.

Definition at line 13 of file MyAnimationVariableStorage.cs.

Member Function Documentation

void VRageRender.Animations.MyAnimationVariableStorage.Clear ( )
inline

Definition at line 51 of file MyAnimationVariableStorage.cs.

bool VRageRender.Animations.MyAnimationVariableStorage.GetValue ( MyStringId  key,
out float  value 
)
inline

Definition at line 34 of file MyAnimationVariableStorage.cs.

void VRageRender.Animations.MyAnimationVariableStorage.SetValue ( MyStringId  key,
float  newValue 
)
inline

Definition at line 26 of file MyAnimationVariableStorage.cs.

Property Documentation

DictionaryReader<MyStringId, float> VRageRender.Animations.MyAnimationVariableStorage.AllVariables
get

Definition at line 22 of file MyAnimationVariableStorage.cs.


The documentation for this class was generated from the following file: