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 the size of a cube texture.
Definition
Visual Basic Public Property Size As Integer C# public int Size { get; set; } C++ public:
property int Size {
int get();
void set(int value);
}JScript public function get Size() : int
public function set Size(int);
Property Value
System.Int32
Integer value that represents the height and width of the cube texture, in pixels.This property is read/write.