| ASLHelperm_ASLObjects Field |
A dictionary containing all of the ASLObjects in a scene
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static Dictionary<string, ASLObject> m_ASLObjects
Public Shared m_ASLObjects As Dictionary(Of String, ASLObject)
public:
static Dictionary<String^, ASLObject^>^ m_ASLObjects
static val mutable m_ASLObjects: Dictionary<string, ASLObject>
Field Value
Type:
DictionaryString,
ASLObjectSee Also