Skip to content
Yang's Tech Notes
  • Home
  • Home
  • Uncategorized
  • ?: operator
Posted inUncategorized

?: operator

Posted by By admin October 15, 2020
test ? yes : no

simply means if test is bool either true or false.

if test is true, yes will be used

if test is false then no will be used

Tags:
c#Snippletsunity3d
admin
View All Posts

Post navigation

Previous Post
Setup conditional debugging system in Unity3d
Next Post
Determine user device and display different content with php
Copyright 2025 — Yang's Tech Notes. All rights reserved.
Scroll to Top