Click or drag to resize
Ab4d.SharpEngine logo

ModelRotatedEventArgs Class

ModelRotatedEventArgs contains rotation angles and is used by ModelRotator.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab4d.SharpEngine.CommonModelRotatedEventArgs

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public class ModelRotatedEventArgs : EventArgs

The ModelRotatedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodModelRotatedEventArgs Constructor
Top
Properties
 NameDescription
Public propertyRotateX Gets a float that specified the rotation angle in degrees around the X axis.
Public propertyRotateY Gets a float that specified the rotation angle in degrees around the Y axis.
Public propertyRotateZ Gets a float that specified the rotation angle in degrees around the Z axis.
Top
See Also