CubbyFlow::ColliderSet3::Builder Class Referencefinal

Front-end to create ColliderSet3 objects step by step. More...

#include <Core/Collider/ColliderSet3.h>

Public Member Functions

BuilderWithColliders (const std::vector< Collider3Ptr > &others)
 Returns builder with other colliders. More...
 
ColliderSet3 Build () const
 Builds ColliderSet3. More...
 
ColliderSet3Ptr MakeShared () const
 Builds shared pointer of ColliderSet3 instance. More...
 

Detailed Description

Front-end to create ColliderSet3 objects step by step.

Member Function Documentation

◆ Build()

ColliderSet3 CubbyFlow::ColliderSet3::Builder::Build ( ) const

Builds ColliderSet3.

◆ MakeShared()

ColliderSet3Ptr CubbyFlow::ColliderSet3::Builder::MakeShared ( ) const

Builds shared pointer of ColliderSet3 instance.

◆ WithColliders()

Builder& CubbyFlow::ColliderSet3::Builder::WithColliders ( const std::vector< Collider3Ptr > &  others)

Returns builder with other colliders.


The documentation for this class was generated from the following file: