ProceduralGenerationPoint.ProceduralGenerationPoint C# (CSharp) 메소드

ProceduralGenerationPoint() 공개 메소드

public ProceduralGenerationPoint ( Vector3 pos ) : System.Collections
pos Vector3
리턴 System.Collections
    public ProceduralGenerationPoint(Vector3 pos)
    {
        position = pos;
    }
ProceduralGenerationPoint