Table of Contents

Class Primitive2DCreationOptionsWithBepu

Namespace
Stride.CommunityToolkit.Engine
Assembly
Stride.CommunityToolkit.dll
public class Primitive2DCreationOptionsWithBepu : PrimitiveCreationOptions
Inheritance
Primitive2DCreationOptionsWithBepu
Inherited Members

Properties

Component

Gets or sets the physics component to be added to the entity.

public ContainerComponent Component { get; set; }

Property Value

ContainerComponent

Depth

public float Depth { get; set; }

Property Value

float

Size

Gets or sets the size of the primitive model. If null, default dimensions are used.

public Vector2? Size { get; set; }

Property Value

Vector2?