UnityEngine.AndroidJavaObject._CallStatic C# (CSharp) Method

_CallStatic() protected method

protected _CallStatic ( string methodName, Object args ) : ReturnType
methodName string
args Object
return ReturnType
		protected ReturnType _CallStatic(string methodName, Object[] args){}
		protected FieldType _GetStatic(string fieldName){}

Same methods

AndroidJavaObject::_CallStatic ( string methodName, Object args ) : void