EffectTransformation.EffectTransformation C# (CSharp) 메소드

EffectTransformation() 공개 메소드

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