Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreatePropertyHash(string)

Creates a property hash from a property path.
Read time 1 minuteLast updated 8 days ago

Definition

Hash128 CreatePropertyHash(string propertyPath)

Parameters

propertyPath

The path or name of a property.

Returns

Type

Description

Hash128The computed property hash.

Remarks