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