C# Class Microsoft.MixedReality.Toolkit.UI.FixedRotationToWorldConstraint

Component for fixing the rotation of a manipulated object relative to the world
Inheritance: Microsoft.MixedReality.Toolkit.UI.TransformConstraint
显示文件 Open project: tooploox/holo

Public Methods

Method Description
ApplyConstraint ( MixedRealityTransform &transform ) : void

Fix rotation to the rotation from manipulation start

Method Details

ApplyConstraint() public method

Fix rotation to the rotation from manipulation start
public ApplyConstraint ( MixedRealityTransform &transform ) : void
transform MixedRealityTransform
return void