Interface IScriptableObjectClassInfo
-
public interface IScriptableObjectClassInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IClassInfo
getScriptableClass(java.lang.String className)
Returns the class information for the given class name.
-
-
-
Method Detail
-
getScriptableClass
IClassInfo getScriptableClass(java.lang.String className)
Returns the class information for the given class name.- Parameters:
className
- the class name- Returns:
- the class information
-
-