Method | Description | |
---|---|---|
AddParameter ( string name, ApiType type, string description = null ) : |
||
ExportTo ( |
||
ToString ( ) : string | ||
UnityApiEventFunction ( string name, bool isStatic, ApiType returnType, System.Version apiVersion, string description = null, string docPath = null, bool undocumented = false ) : System | ||
Update ( |
Method | Description | |
---|---|---|
WriteParameters ( |
||
WriteReturns ( |
public AddParameter ( string name, ApiType type, string description = null ) : |
||
name | string | |
type | ApiType | |
description | string | |
return |
public ExportTo ( |
||
xmlWriter | ||
return | void |
public UnityApiEventFunction ( string name, bool isStatic, ApiType returnType, System.Version apiVersion, string description = null, string docPath = null, bool undocumented = false ) : System | ||
name | string | |
isStatic | bool | |
returnType | ApiType | |
apiVersion | System.Version | |
description | string | |
docPath | string | |
undocumented | bool | |
return | System |
public Update ( |
||
function | ||
apiVersion | System.Version | |
return | void |