AssetBundleGraph.AssetBundleGraphEditorWindow.AssetBundleGraphSelection.AssetBundleGraphSelection C# (CSharp) Méthode

AssetBundleGraphSelection() public méthode

public AssetBundleGraphSelection ( Vector2 position ) : System
position Vector2
Résultat System
            public AssetBundleGraphSelection(Vector2 position)
            {
                this.x = position.x;
                this.y = position.y;
            }
AssetBundleGraphEditorWindow.AssetBundleGraphSelection