C# Class GILES.pb_AssetPreview

Afficher le fichier Open project: procore3d/giles

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GeneratePreview ( Object obj, int width, int height ) : Texture2D
PrepareCamera ( Camera cam, GameObject target, int width, int height ) : bool

Method Details

GeneratePreview() public static méthode

public static GeneratePreview ( Object obj, int width, int height ) : Texture2D
obj Object
width int
height int
Résultat UnityEngine.Texture2D

PrepareCamera() public static méthode

public static PrepareCamera ( Camera cam, GameObject target, int width, int height ) : bool
cam UnityEngine.Camera
target UnityEngine.GameObject
width int
height int
Résultat bool