This document is archived and information here might be outdated. Recommended version. |
Indicates if the scene's y-axis is used as the exporter's up direction.
[Visual Basic .NET]
Public Property IsYUp As Boolean
[C#]
public bool IsYUp {get; set;}
[C++]
HRESULT get_IsYUp(
VARIANT_BOOL pIsYUp
);
[C++]
HRESULT put_IsYUp(
Boolean* pIsYUp
);
[C++] Parameters pIsYUp [in]
pIsYUp is a parameter of type bool pIsYUp [out, retval]
pIsYUp is a parameter of type bool*