Struct sc2::debug::DebugSphere[][src]

pub struct DebugSphere { /* fields omitted */ }

A debug sphere defined by a point in world space and a radius.

Methods

impl DebugSphere
[src]

Create a debug sphere.

Set the color of the sphere (default is white).

Trait Implementations

impl Debug for DebugSphere
[src]

Formats the value using the given formatter. Read more

impl Copy for DebugSphere
[src]

impl Clone for DebugSphere
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<DebugSphere> for DebugCommand
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DebugSphere

impl Sync for DebugSphere