ProceduralGenerationPoint.ProceduralGenerationPoint C# (CSharp) Метод

ProceduralGenerationPoint() публичный Метод

public ProceduralGenerationPoint ( Vector3 pos ) : System.Collections
pos Vector3
Результат System.Collections
    public ProceduralGenerationPoint(Vector3 pos)
    {
        position = pos;
    }
ProceduralGenerationPoint