Audio Playback Examples Audio Playback Examples Since Cocos Creator 3.x removes the v2.x cc.audioEngine series API and uses AudioSource to control audio playback, it is necessa...
GDNative C example Introduction Prerequisites Our C source Compiling Creating the GDNativeLibrary (.gdnlib ) file General properties Platform libraries Saving the resource ...
Custom Type Example Setting Up The TypeCodec Class The TypeRegistry Class Putting It Together Encoding Subtypes Decoding Binary Types The fallback_encoder Callable ...
Broker configuration example Broker configuration example The following is a full example of a multi-tenant (MT) channel-based Broker object which shows the possible configurati...
Example of custom Endpoint Example of custom Endpoint The following example Endpoint class will create an endpoint accessible at /date : CurrentDateEndpoint import io . mic...
Tiered storage Tiered storage Action that moves chunks older than a certain time to a different tablespace. CREATE OR REPLACE PROCEDURE move_chunks ( job_id int , config jso...
Generic retention Generic retention Create a generic data retention policy that applies to ALL hypertables, as opposed to just a single one as required by add_retention_policy ....