AssetSwapUtility.Theme.Assets Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The assets that represent the theme.
public: System::Collections::Generic::List<UnityEngine::Object ^> ^ Assets;
public System.Collections.Generic.List<UnityEngine.Object> Assets;
val mutable Assets : System.Collections.Generic.List<UnityEngine.Object>
Public Assets As List(Of Object)
Field Value
List<UnityEngine.Object>