'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the body area, which is considered when measuring the overlap between two bodies. By default set to BoundingBox.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property BodyArea As BodyArea
'Usage
Dim instance As NBounceBackForce Dim value As BodyArea instance.BodyArea = value value = instance.BodyArea
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the body area, which is considered when measuring the overlap between two bodies. By default set to BoundingBox.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public BodyArea BodyArea {get; set;}