CubbyFlow::ColliderSet2::Builder Class Referencefinal

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

#include <Core/Collider/ColliderSet2.h>

Public Member Functions

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

Detailed Description

Front-end to create ColliderSet2 objects step by step.

Member Function Documentation

◆ Build()

ColliderSet2 CubbyFlow::ColliderSet2::Builder::Build ( ) const

Builds ColliderSet2.

◆ MakeShared()

ColliderSet2Ptr CubbyFlow::ColliderSet2::Builder::MakeShared ( ) const

Builds shared pointer of ColliderSet2 instance.

◆ WithColliders()

Builder& CubbyFlow::ColliderSet2::Builder::WithColliders ( const std::vector< Collider2Ptr > &  others)

Returns builder with other colliders.


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