This document is archived and information here might be outdated. Recommended version. |
World size of texture.
[Visual Basic .NET]
Public Property Size As Double
[C#]
public double Size {get; set;}
[C++]
HRESULT get_Size(
System.Double* pSize
);
[C++]
HRESULT put_Size(
double pSize
);
[C++] Parameters pSize [out, retval]
pSize is a parameter of type double* pSize [in]
pSize is a parameter of type double