Class ECommerceSpaceComponent
Defined in File ECommerceSpaceComponent.h
Inheritance Relationships
Base Types
public csp::multiplayer::ComponentBase
(Class ComponentBase)public csp::multiplayer::IPositionComponent
(Class IPositionComponent)
Class Documentation
-
class ECommerceSpaceComponent : public csp::multiplayer::ComponentBase, public csp::multiplayer::IPositionComponent
Can be used alongside CSP’s Stripe integration to add e-commerce to your space.
This component is used to represent physical objects that can be purchased as virtual items in the environment.
Public Functions
-
ECommerceSpaceComponent(SpaceEntity *Parent)
Constructs the ECommerce space component, and associates it with the specified Parent space entity.
- Parameters
Parent – The Space entity that owns this component.
-
ECommerceSpaceComponent(SpaceEntity *Parent)