public class CppActorClass extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
className |
String |
createFunctionName |
| Modifier and Type | Method and Description |
|---|---|
static CppActorClass |
of(String createFunctionName,
String className)
Create a cpp actor class.
|
public final String createFunctionName
public final String className
public static CppActorClass of(String createFunctionName, String className)
createFunctionName - The name of function creating the classclassName - The name of this actor classCopyright © 2023. All rights reserved.