Table of Contents

Class BoundingSphereStatic

Namespace
Stride.Particles.BoundingShapes
Assembly
Stride.Particles.dll
[DataContract("BoundingSpheretatic")]
[Display("Uniform AABB", null)]
public class BoundingSphereStatic : BoundingShape
Inheritance
BoundingSphereStatic
Inherited Members

Properties

Radius

Fixed radius of the BoundingSphereStatic

[DataMember(20)]
[Display("Distance", null)]
public float Radius { get; set; }

Property Value

float

Methods

GetAABB(Vector3, Quaternion, float)

public override BoundingBox GetAABB(Vector3 translation, Quaternion rotation, float scale)

Parameters

translation Vector3
rotation Quaternion
scale float

Returns

BoundingBox

TryGetDebugDrawShape(out DebugDrawShape, out Vector3, out Quaternion, out Vector3)

public override bool TryGetDebugDrawShape(out DebugDrawShape debugDrawShape, out Vector3 translation, out Quaternion rotation, out Vector3 scale)

Parameters

debugDrawShape DebugDrawShape
translation Vector3
rotation Quaternion
scale Vector3

Returns

bool