About C # Some keywords and unity Trigger

Source: Internet
Author: User


1.c# sealed keyword, can be understood as sealed, cannot be inherited for methods and properties must be combined with override (corresponding to the final in Java when the final modifier variable corresponds to the readonly in C #)
2.vritual virtual itself can have implementation subclasses can choose to override abstract abstraction itself cannot have implementation subclass must be implemented
3.new overwrite override overrides do not change the function of the parent class itself base B = new Base ()
4. Overriding when creating a parent class with a subclass overrides the ability to invoke subclasses without Base B = new Child ()
4. Collision occurs for two collider A and B when and only if AB is not trigger, and the Oncollisionenter has a party trigger Both sides will enter the Ontriggerenter and shield the collision (so Raycast and linecast are not detected)
5. When judging the equal time = = or. Equal you can avoid null on the left when you leave the constant on the left. Eqaul exceptions and can detect less an equal sign

About C # Some keywords and unity Trigger

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.