AssetBundleGraph.AssetBundleGraphEditorWindow.AssetBundleGraphSelection.AssetBundleGraphSelection C# (CSharp) 메소드

AssetBundleGraphSelection() 공개 메소드

public AssetBundleGraphSelection ( Vector2 position ) : System
position Vector2
리턴 System
            public AssetBundleGraphSelection(Vector2 position)
            {
                this.x = position.x;
                this.y = position.y;
            }
AssetBundleGraphEditorWindow.AssetBundleGraphSelection