C# 클래스 GILES.pb_AssetPreview

파일 보기 프로젝트 열기: procore3d/giles

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GeneratePreview ( Object obj, int width, int height ) : Texture2D
PrepareCamera ( Camera cam, GameObject target, int width, int height ) : bool

메소드 상세

GeneratePreview() 공개 정적인 메소드

public static GeneratePreview ( Object obj, int width, int height ) : Texture2D
obj Object
width int
height int
리턴 UnityEngine.Texture2D

PrepareCamera() 공개 정적인 메소드

public static PrepareCamera ( Camera cam, GameObject target, int width, int height ) : bool
cam UnityEngine.Camera
target UnityEngine.GameObject
width int
height int
리턴 bool