BodyTests ChangeStatic Method Delta Engine Documentation

Namespace: DeltaEngine.Physics2D.Tests
Assembly: DeltaEngine.Physics2D.Tests (in DeltaEngine.Physics2D.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void ChangeStatic()
Examples

[Test, CloseAfterFirstFrame]
public void ChangeStatic()
{
    body.IsStatic = true;
    Assert.IsTrue(body.IsStatic);
}
See Also