Namespace: DeltaEngine.GameLogic
Assembly: DeltaEngine.GameLogic (in DeltaEngine.GameLogic.dll) Version: 1.1.1.0 (1.1.1)
Tests: DeltaEngine.GameLogic.Tests.ActorTests
1 unit tests call DeltaEngine.GameLogic.Actor.RotationZ
Assembly: DeltaEngine.GameLogic (in DeltaEngine.GameLogic.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: SingleRemarks
Examples
[Test] public void CheckChangeRotationZ() { var actor = new MockActor(Vector3D.One, 1.0f); actor.OrientationChanged += () => { CheckRotationZHasChanged(actor); }; actor.RotationZ = 90.0f; }
See Also