Collapse AllExpand All       Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++  
 | 
 
 
 
[TCheckBoxFormControlObj]C# 
[TCheckBoxFormControlObj]Visual Basic 
[TCheckBoxFormControlObj] 
| 
 | 
 
Orientation3DWithPreviousOrientation 
..UpdatePreviousOrientationAutomatically Property 
 | 
 
| 
 | 
 
 
 
Set this to False to not have the Update() function update the PreviousOrientation value. Instead it will be up to an external object to update the PreviousOrientation property each frame. 
Default value is True. 
Namespace: DPSF 
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0 
 Syntax 
C# 
 | 
 
public bool UpdatePreviousOrientationAutomatically { get; set; } 
 | 
 
 
 
Visual Basic 
 | 
 
Public Property UpdatePreviousOrientationAutomatically As Boolean 
 Get 
 Set 
 | 
 
 
 
Visual C++ 
 | 
 
public: 
property bool UpdatePreviousOrientationAutomatically { 
 bool get (); 
 void set (bool value); 
} 
 | 
 
 
 
Property Value 
Type: Boolean 
 See Also 
Orientation3DWithPreviousOrientation Class 
Orientation3DWithPreviousOrientation Members 
DPSF Namespace 
  
Send comments on this topic to  
 |