Megacool Unity
The Unity interface to the Megacool SDK
|
▼NMegacoolInternal | |
CEventHandler | |
CIMegacoolPreviewFrame | |
CMegacool | This is the main interface to the Megacool SDK. Call Start() as early as possible during application startup |
CMegacoolConfiguration | Global configuration of the SDK |
CMegacoolGifPreview | Preview a recording before share |
CMegacoolLinkClickedEvent | A link was clicked by the user |
CMegacoolManager | Handles how capture is performed. Can be manually attached to a Camera to capture from that instead of the main camera |
CMegacoolReceivedShareOpenedEvent | This device clicked on a share sent by someone else |
CMegacoolRecordingConfig | Pass to Megacool.StartRecording to configure how recordings are made |
CMegacoolReferralCode | Identifies a specific share |
CMegacoolSentShareOpenedEvent | A share sent from this device caused the app to be opened by someone else |
CMegacoolShare | A share sent from the Megacool SDK. You don't create shares directly, you create a MegacoolShareConfig and pass it to either Megacool.Instance.DefaultShareConfig or Megacool.Instance.Share() , or you might receive shares sent from others by clicking on them |
CMegacoolShareConfig | Pass to Megacool.Share(MegacoolShareConfig) to configure how shares are made |