NormalColor

C# | Visual Basic | Visual C++ |
public Texture2D NormalBackground { get; set; }
Public Property NormalBackground As Texture2D Get Set
public: property Texture2D^ NormalBackground { Texture2D^ get (); void set (Texture2D^ value); }