EffectTransformation.EffectTransformation C# (CSharp) Method

EffectTransformation() public method

Initializes a new instance of the EffectTransformation class.
public EffectTransformation ( bool changingSomething = true ) : System.Collections
changingSomething bool see
return System.Collections
    public EffectTransformation(bool changingSomething=true)
    {
        isChangingSomething = changingSomething;
    }
EffectTransformation