Scale the view transform that is applied to the layers viewed by this camera by the given amount.
Scale the view transform that is applied to the layers viewed by this camera by the given amount.
public virtual void ScaleViewBy(float);
Scale the view transform that is applied to the layers viewed by this camera by the given amount about the given point.
public virtual void ScaleViewBy(float,float,float);
PCamera Class | UMD.HCIL.Piccolo Namespace