IWeatherMakerNetworkConnectionGetConnectionId Method |
Get the connection id of a game object
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax string GetConnectionId(
Transform obj
)
Function GetConnectionId (
obj As Transform
) As String
String^ GetConnectionId(
Transform^ obj
)
abstract GetConnectionId :
obj : Transform -> string
Parameters
- obj
- Type: Transform
Transform
Return Value
Type:
StringConnection id or null if not found
See Also