コード例 #1
0
ファイル: Aura2CameraFader.cs プロジェクト: Roland09/Fader
 public CustomFader(Aura2API.AuraCamera auraCamera, FadeSettings propertyFadeSettings)
 {
     this.auraCamera           = auraCamera;
     this.propertyFadeSettings = propertyFadeSettings;
 }
コード例 #2
0
 public CustomFader(FadeSettings propertyFadeSettings)
 {
     this.propertyFadeSettings = propertyFadeSettings;
 }
コード例 #3
0
 public CustomFader(UnityEngine.VFX.VisualEffect visualEffectComponent, FadeSettings propertyFadeSettings)
 {
     this.visualEffectComponent = visualEffectComponent;
     this.propertyFadeSettings  = propertyFadeSettings;
 }
コード例 #4
0
ファイル: Aura2VolumeFader.cs プロジェクト: Roland09/Fader
 public CustomFader(Aura2API.AuraVolume auraVolume, FadeSettings propertyFadeSettings)
 {
     this.auraVolume           = auraVolume;
     this.propertyFadeSettings = propertyFadeSettings;
 }