CloudPoint.CloudPoint C# (CSharp) Method

CloudPoint() public method

public CloudPoint ( CloudPoint, o ) : System
o CloudPoint,
return 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