16 lines
412 B
Ucode
16 lines
412 B
Ucode
//=============================================================================
|
|
// SubActionOrientation:
|
|
//
|
|
// Changes the camera orientation.
|
|
//=============================================================================
|
|
class SubActionOrientation extends MatSubAction
|
|
native;
|
|
|
|
var(Orientation) Orientation CamOrientation;
|
|
|
|
defaultproperties
|
|
{
|
|
Icon=SubActionOrientation
|
|
Desc="Orientation"
|
|
}
|