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