示例#1
0
 private bool onEnableBlobShadows(BlobShadowEvents.EnableBlobShadows evt)
 {
     SetIsActive(isActive: true);
     return(false);
 }
示例#2
0
 private bool onEnableBlobShadows(BlobShadowEvents.EnableBlobShadows evt)
 {
     this.IsShadowsVisible = true;
     return(false);
 }