Urho
1.0.0.0
System.Object
To be added.
To be added.
Constructor
1.0.0.0
To be added.
To be added.
Method
1.0.0.0
System.Void
Runtime initialization.
To be added.
Method
1.0.0.0
T
Urho.UrhoObject
To be added.
Pointer to an unmanaged Urho object
If true, and the pointer is not known to the runtime, this will create a new wrapper for the object and return it.
Looks up the specified native pointer into the internal runtime mapping to managed objects.
If the object exists in the internal runtime hash, it will return the existing managed wrapper for the unmanaged Urho object. If it does not exist, and createIfNotFound is true, a new wrapper will be created by invoking the constructor that takes an parameter, otherwise the returned value is null.
Use this method to lookup objects that derive from the class.
This will return the most derived type. The “ptr” parameter is used to retrieve the type name of the Urho object and to determine its real identity.
This means that you might get a cast exception if you try to LookupObject and try to force the wrong type to be returned.
Method
1.0.0.0
T
Urho.RefCounted
To be added.
Pointer to an unmanaged RefCounted Urho object
If true, and the pointer is not known to the runtime, this will create a new wrapper for the object and return it.
Looks up the specified native pointer into the internal runtime mapping to managed objects.
If the object exists in the internal runtime hash, it will return the existing managed wrapper for the unmanaged Urho object. If it does not exist, and createIfNotFound is true, a new wrapper will be created by invoking the constructor that takes an parameter, otherwise the returned value is null.
Use this method to lookup objects that derive from the class.
Method
1.0.0.0
Urho.StringHash
The C# type to lookup the string hash for
Returns the associated string hash for the given C# type (must be an UrhoType)
The string hash for the
This will only work for Urho types.
Property
1.0.0.0
System.String
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
To be added.