C# Class GlTF_Scale

Inheritance: GlTF_Vector3
ファイルを表示 Open project: tparisi/Unity-glTF-Exporter

Public Methods

Method Description
GlTF_Scale ( ) : UnityEngine
GlTF_Scale ( Vector3 v ) : UnityEngine
Write ( ) : void

Method Details

GlTF_Scale() public method

public GlTF_Scale ( ) : UnityEngine
return UnityEngine

GlTF_Scale() public method

public GlTF_Scale ( Vector3 v ) : UnityEngine
v Vector3
return UnityEngine

Write() public method

public Write ( ) : void
return void