Package org.godot.utilities.utils
Interface ContentGD.IResourceStruct
-
- Enclosing class:
- ContentGD
public static interface ContentGD.IResourceStructStructure for resource structure
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getExtensions()Get resource type extensions@Nullable ResourceTypegetResourceType()Get resource type
-
-
-
Method Detail
-
getExtensions
String[] getExtensions()
Get resource type extensions- Returns:
- All valid extensions
-
getResourceType
@Nullable @Nullable ResourceType getResourceType()
Get resource type- Returns:
- Resource type
-
-