Moving hydra util files into a package

This commit is contained in:
evanchia
2021-04-19 16:31:05 -07:00
parent 14f7883425
commit c1e3e0fe5e
309 changed files with 936 additions and 806 deletions
@@ -22,7 +22,7 @@ class Asset:
"""
Used to find Asset Id by its path and path of asset by its Id
If a component has any asset property, then this class object can be called as:
asset_id = editor_entity_utils.EditorComponent.get_component_property_value(<arguments>)
asset_id = editor_python_test_tools.editor_entity_utils.EditorComponent.get_component_property_value(<arguments>)
asset = asset_utils.Asset(asset_id)
"""
def __init__(self, id: azasset.AssetId):