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

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

public CloudPoint ( CloudPoint, o ) : System
o CloudPoint,
Результат System
    public CloudPoint(CloudPoint o)
    {
        this.color = o.color;
        this.location = o.location;
        this.normal = o.normal;
    }

Same methods

CloudPoint::CloudPoint ( Vector, location, Color32 color, Vector, normal ) : System