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: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
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