You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 12:10:08 +00:00
fix #12; Raycast blocking is unnecessary
This commit is contained in:
@@ -99,6 +99,8 @@ namespace Coffee.UIExtensions
|
||||
get { return !_parent; }
|
||||
}
|
||||
|
||||
public override bool raycastTarget { get { return false; } set { base.raycastTarget = value; } }
|
||||
|
||||
public override Material GetModifiedMaterial (Material baseMaterial)
|
||||
{
|
||||
return base.GetModifiedMaterial (_renderer ? _renderer.sharedMaterial : baseMaterial);
|
||||
|
||||
Reference in New Issue
Block a user