ArticyRefGetObjectTObject Method
Gets the the referenced object and tries to cast it into the given type
Namespace: Articy.UnityAssembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.0
public TObject GetObject<TObject>()
where TObject : ArticyObject
- TObject
- The target type of the model.
TObjectThe referenced object of the given type or
null if the object isn't found or the cast failed.