Scale

Scale(Scene, Vector3)

이 scene 에서 모든 형상의 크기 조정(변환 행렬이 아닌 제어점 크기 조정)

public static Scene Scale(Scene scene, Vector3 scale)
모수유형설명
sceneScene확장할 장면
scaleVector3스케일 팩터

또한보십시오


Scale(Node, Vector3)

이 node 에서 모든 형상(변환 행렬이 아닌 제어점의 크기 조정)을 조정합니다.

public static void Scale(Node node, Vector3 scale)
모수유형설명
nodeNode확장할 노드
scaleVector3스케일 팩터

또한보십시오