Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public //accessible to the entire script
- private //accessible to the entire class + can be used with protected
- protected //accessible to the entire class or an inherited class + can be used with internal
- internal //accessible to the entire assembly
- //the ones that go together can make:
- private protected
- protected internal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement