File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,11 +118,14 @@ internal void UpdateTexture(Texture2D tex) {
118118
119119 }
120120
121- //----------------------------------------------------------------------------------------------------------------------
122-
123- internal bool ShouldUseLastImageOnLoad ( ) { return m_useLastImageOnLoad ; }
121+ //--------------------------------------------------------------------------------------------------------------------------------------------------------------
122+
123+ internal void SetUseLastImageOnLoad ( bool useLastImageOnLoad ) {
124+ m_useLastImageOnLoad = useLastImageOnLoad ;
125+ }
126+ internal bool ShouldUseLastImageOnLoad ( ) => m_useLastImageOnLoad ;
124127
125- //----------------------------------------------------------------------------------------------------------------------
128+ //--------------------------------------------------------------------------------------------------------------------------------------------------------------
126129
127130 void InitImageComponent ( ) {
128131 m_image = GetComponent < Image > ( ) ;
You can’t perform that action at this time.
0 commit comments