Tests.TestUniject.HasInjectedGameObjects.HasInjectedGameObjects C# (CSharp) Method

HasInjectedGameObjects() public method

public HasInjectedGameObjects ( [ a, [ b ) : System
a [
b [
return System
            public HasInjectedGameObjects([GameObjectBoundary] TestableGameObject a, [GameObjectBoundary] TestableGameObject b)
            {
                this.a = a;
                this.b = b;
            }
TestUniject.HasInjectedGameObjects