Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets a string that specifies the file name of the texture.
Definition
Visual Basic Public Property TextureFilename As String C# public string TextureFilename { get; set; } C++ public:
property String^ TextureFilename {
String^ get();
void set(String^ value);
}JScript public function get TextureFilename() : String
public function set TextureFilename(String);
Property Value
System.String
A Stringinstance that specifies the file name of the texture.
This property is read/write.
.gif)