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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Common.ModelRotatedEventArgs"]

See Also