part_type_create

Creates a new particle type.

语法:

part_type_create();


返回: Real(实数)


描述

With this function you can create a new particle type and the return value should be stored in a variable for use in all subsequent particle functions.


例如:

mypart = part_type_create();

This will create a new particle type, storing its index in the variable "mypart".


上一页: Particle Types
下一页: part_type_destroy
© Copyright YoYo Games Ltd. 2018 All Rights Reserved