Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
IThumbnailSetup Interface Reference
Inheritance diagram for IThumbnailSetup:
FlagDecalBackground

Public Member Functions

void AssumeSnapshotPosition (UnityEngine.GameObject icon, ProtoPartSnapshot protoPart)
 When called the module should set it's model position/setup to match the part icon in the editor toolbox More...
 
string ThumbSuffix (ProtoPartSnapshot protoPart)
 When called will return a thumb name file name suffix to apply. (EG: flag URL for a flag part). More...
 

Member Function Documentation

void IThumbnailSetup.AssumeSnapshotPosition ( UnityEngine.GameObject  icon,
ProtoPartSnapshot  protoPart 
)

When called the module should set it's model position/setup to match the part icon in the editor toolbox

Parameters
iconThe PartIcon object.
flagURLThe Game DB URL for the flag, if any.
string IThumbnailSetup.ThumbSuffix ( ProtoPartSnapshot  protoPart)

When called will return a thumb name file name suffix to apply. (EG: flag URL for a flag part).

Returns

Implemented in FlagDecalBackground.


The documentation for this interface was generated from the following file: