| SetCallback_Examplem_MyCubesAndTimerDictionary Field |
Dictinary for storing cubes and its moving time
Namespace:
SimpleDemos
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private static Dictionary<GameObject, float> m_MyCubesAndTimerDictionary
Private Shared m_MyCubesAndTimerDictionary As Dictionary(Of GameObject, Single)
private:
static Dictionary<GameObject^, float>^ m_MyCubesAndTimerDictionary
static val mutable private m_MyCubesAndTimerDictionary: Dictionary<GameObject, float32>
Field Value
Type:
DictionaryGameObject,
SingleSee Also