WeatherMakerResourceContainerScriptTextures2D Field |
All Weather Maker 2D textures for your game. These will be part of the final build.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public List<Texture2D> Textures2D
Public Textures2D As List(Of Texture2D)
public:
List<Texture2D^>^ Textures2D
val mutable Textures2D: List<Texture2D>
Field Value
Type:
ListTexture2DSee Also