Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
ClosedocumentId | A document identifier. |
propertyPath | A property path or name. |
PropertyDatabaseRecordKey The record key.
Creates a record key from a document identifier and a property path.
See Also: PropertyDatabaseRecordKey, PropertyDatabase.Store, PropertyDatabase.TryLoad and PropertyDatabase.Invalidate.
documentId | A document identifier. |
propertyHash | A property hash. |
PropertyDatabaseRecordKey The record key.
Creates a record key from a document identifier and a property hash.
See Also: PropertyDatabaseRecordKey, PropertyDatabase.CreatePropertyHash, PropertyDatabase.Store, PropertyDatabase.TryLoad and PropertyDatabase.Invalidate.
documentKey | A document key. |
propertyPathHash | A property hash. |
PropertyDatabaseRecordKey The record key.
Creates a record key from a document key and a property hash.
See Also: PropertyDatabaseRecordKey, PropertyDatabase.CreateDocumentKey, PropertyDatabase.CreatePropertyHash, PropertyDatabase.Store, PropertyDatabase.TryLoad and PropertyDatabase.Invalidate.
propertyPath | A property path or name. |
PropertyDatabaseRecordKey The record key.
Creates a record key from a property path.
The document identifier will be considered as null and the document key will be 0.
See Also: PropertyDatabaseRecordKey, PropertyDatabase.Store, PropertyDatabase.TryLoad and PropertyDatabase.Invalidate.
propertyHash | A property hash. |
PropertyDatabaseRecordKey The record key.
Creates a record key from a property hash.
The document identifier will be considered as null and the document key will be 0.
See Also: PropertyDatabaseRecordKey, PropertyDatabase.CreatePropertyHash, PropertyDatabase.Store, PropertyDatabase.TryLoad and PropertyDatabase.Invalidate.