Language
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 third world matrix.
Definition
Visual Basic Public Property World2 As Matrix C# public Matrix World2 { get; set; } C++ public:
property Matrix World2 {
Matrix get();
void set(Matrix value);
}JScript public function get World2() : Matrix
public function set World2(Matrix);
Property Value
This property is read/write.
See Also