Class Primitive3DCreationOptionsWithBepu
- Namespace
- Stride.CommunityToolkit.Engine
- Assembly
- Stride.CommunityToolkit.dll
Provides options for creating a primitive entity in a 3D scene.
public class Primitive3DCreationOptionsWithBepu : PrimitiveCreationOptions
- Inheritance
-
Primitive3DCreationOptionsWithBepu
- Inherited Members
Properties
Component
Gets or sets the physics component to be added to the entity.
public ContainerComponent Component { get; set; }
Property Value
- ContainerComponent
Size
Gets or sets the size of the primitive model. If null, default dimensions are used.
public Vector3? Size { get; set; }