Skip to content

Commit

Permalink
Regenerated stubs.
Browse files Browse the repository at this point in the history
  • Loading branch information
weegeekps committed Oct 5, 2023
1 parent c7c9b7d commit bfa6c3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ class ICesiumOmniverseInterface:
def get_session(self, *args, **kwargs) -> Any: ...
def get_set_default_token_result(self, *args, **kwargs) -> Any: ...
def is_default_token_set(self) -> bool: ...
def is_tileset(self, arg0: str) -> bool: ...
def is_tracing_enabled(self) -> bool: ...
def on_shutdown(self) -> None: ...
def on_stage_change(self, arg0: int) -> None: ...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,9 @@ class GlobeAnchorAPI(pxr.Usd.APISchemaBase):
@classmethod
def CreateDetectTransformChangesAttr(cls, *args, **kwargs) -> Any: ...
@classmethod
def CreateGeoreferenceBindingRel(cls, *args, **kwargs) -> Any: ...
@classmethod
def CreateHeightAttr(cls, *args, **kwargs) -> Any: ...
@classmethod
def CreateLatitudeAttr(cls, *args, **kwargs) -> Any: ...
def CreateGeographicCoordinateAttr(cls, *args, **kwargs) -> Any: ...
@classmethod
def CreateLongitudeAttr(cls, *args, **kwargs) -> Any: ...
def CreateGeoreferenceBindingRel(cls, *args, **kwargs) -> Any: ...
@classmethod
def CreatePositionAttr(cls, *args, **kwargs) -> Any: ...
@classmethod
Expand All @@ -122,13 +118,9 @@ class GlobeAnchorAPI(pxr.Usd.APISchemaBase):
@classmethod
def GetDetectTransformChangesAttr(cls, *args, **kwargs) -> Any: ...
@classmethod
def GetGeoreferenceBindingRel(cls, *args, **kwargs) -> Any: ...
@classmethod
def GetHeightAttr(cls, *args, **kwargs) -> Any: ...
def GetGeographicCoordinateAttr(cls, *args, **kwargs) -> Any: ...
@classmethod
def GetLatitudeAttr(cls, *args, **kwargs) -> Any: ...
@classmethod
def GetLongitudeAttr(cls, *args, **kwargs) -> Any: ...
def GetGeoreferenceBindingRel(cls, *args, **kwargs) -> Any: ...
@classmethod
def GetPositionAttr(cls, *args, **kwargs) -> Any: ...
@classmethod
Expand Down Expand Up @@ -287,13 +279,9 @@ class Tokens(Boost.Python.instance):
@property
def cesiumAnchorDetectTransformChanges(self) -> Any: ...
@property
def cesiumAnchorGeoreferenceBinding(self) -> Any: ...
@property
def cesiumAnchorHeight(self) -> Any: ...
@property
def cesiumAnchorLatitude(self) -> Any: ...
def cesiumAnchorGeographicCoordinates(self) -> Any: ...
@property
def cesiumAnchorLongitude(self) -> Any: ...
def cesiumAnchorGeoreferenceBinding(self) -> Any: ...
@property
def cesiumAnchorPosition(self) -> Any: ...
@property
Expand Down

0 comments on commit bfa6c3c

Please sign in to comment.