BoundingShape Class
Namespace: Stride.Particles.BoundingShapes
Assembly: Stride.Particles.dll
System.Object →
BoundingShape
[DataContract("BoundingShape")]
public abstract class BoundingShape
|
Improve this Doc
View Source
Properties
DebugDraw
Should the Bounding shape's bounds be displayed as a debug draw
[DataMember(-1)]
public bool DebugDraw { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Dirty
public bool Dirty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Methods
GetAABB(Vector3, Quaternion, Single)
public abstract BoundingBox GetAABB(Vector3 translation, Quaternion rotation, float scale)
Parameters
Returns
TryGetDebugDrawShape(out DebugDrawShape, out Vector3, out Quaternion, out Vector3)
public virtual bool TryGetDebugDrawShape(out DebugDrawShape debugDrawShape, out Vector3 translation, out Quaternion rotation, out Vector3 scale)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods