Struct three::Group [] [src]

pub struct Group { /* fields omitted */ }

Groups are used to combine several other objects or groups to work with them as with a single entity.

Methods

impl Group
[src]

Add new Object to the group.

Methods from Deref<Target = Object>

Invisible objects are not rendered by cameras.

Rotates object in the specific direction of target.

Set both position, orientation and scale.

Set position.

Set orientation.

Set scale.

Get actual information about itself from the scene.

Panics

Panics if scene doesn't have this Object.

Trait Implementations

impl Debug for Group
[src]

Formats the value using the given formatter.

impl AsRef<NodePointer> for Group
[src]

Performs the conversion.

impl Deref for Group
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Group
[src]

The method called to mutably dereference a value