X Tutup
Skip to content

refactor: Change the access modifier for sample code to hide APIs from documents#644

Merged
karasusan merged 1 commit intodevelopfrom
refactor/access-modifier
Feb 16, 2022
Merged

refactor: Change the access modifier for sample code to hide APIs from documents#644
karasusan merged 1 commit intodevelopfrom
refactor/access-modifier

Conversation

@karasusan
Copy link
Collaborator

Changed the access modifier of classes in the sample to private to hide in the namespace.
Moved classes into other namespace.

  • Unity.RenderStreaming.UIController -> Unity.RenderStreaming.Samples.UIController
  • Unity.RenderStreaming.SimpleCameraController -> Unity.RenderStreaming.Samples.SimpleCameraController

@karasusan karasusan force-pushed the refactor/access-modifier branch from 33b44fe to d9dd529 Compare February 15, 2022 09:28
@karasusan karasusan merged commit af5af72 into develop Feb 16, 2022
@karasusan karasusan deleted the refactor/access-modifier branch February 16, 2022 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup