01_user_documentation:05_object:08_parameter:01_parameter:01_declare_parameter
This is an old revision of the document!
Table of Contents
Declare parameters
Parameters are declared with the annotations @IsParameter, and @AllAsParameter.
Single parameter
Parameter can be declared on single fields with @IsParameter.
@IsParameter float f1;
All parameter in RGG
Parameters can be declared every applicable fields of an RGG with @AllAsParameter.
@AllAsParameter float f1; Object o1;
01_user_documentation/05_object/08_parameter/01_parameter/01_declare_parameter.1757327885.txt.gz · Last modified: 2025/09/08 12:38 by gaetan
