Interface IScriptableObjectClassInfo
public interface IScriptableObjectClassInfo
-
Method Summary
Modifier and TypeMethodDescriptiongetScriptableClass
(String className) Returns the class information for the given class name.
-
Method Details
-
getScriptableClass
Returns the class information for the given class name.- Parameters:
className
- the class name- Returns:
- the class information
-